redox/drivers/pcid/Cargo.toml

12 lines
306 B
TOML
Raw Normal View History

2016-09-11 23:56:48 +02:00
[package]
name = "pcid"
version = "0.1.0"
[dependencies]
redox_syscall = { path = "../../syscall/" }
2016-11-03 22:47:54 +01:00
rustc-serialize = { git ="https://github.com/rust-lang-nursery/rustc-serialize.git" }
toml = "*"
2016-11-03 22:47:54 +01:00
[replace]
"rustc-serialize:0.3.19" = { git = "https://github.com/rust-lang-nursery/rustc-serialize.git" }