redox/drivers/pcid/Cargo.toml

12 lines
289 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/" }
rustc-serialize = { git = "https://github.com/redox-os/rustc-serialize.git" }
toml = "*"
[replace]
"rustc-serialize:0.3.19" = { git = "https://github.com/redox-os/rustc-serialize.git" }