redox/drivers/pcid/Cargo.toml
2016-11-09 17:00:48 -07:00

12 lines
291 B
TOML

[package]
name = "pcid"
version = "0.1.0"
[dependencies]
redox_syscall = { path = "../../syscall/" }
rustc-serialize = { git = "https://github.com/jackpot51/rustc-serialize.git" }
toml = "*"
[replace]
"rustc-serialize:0.3.20" = { git = "https://github.com/jackpot51/rustc-serialize.git" }