redox/drivers/pcid/Cargo.toml

14 lines
293 B
TOML
Raw Normal View History

2016-09-11 23:56:48 +02:00
[package]
name = "pcid"
version = "0.1.0"
[dependencies]
rustc-serialize = { git = "https://github.com/redox-os/rustc-serialize.git" }
toml = "*"
2016-09-11 23:56:48 +02:00
[dependencies.syscall]
path = "../../syscall/"
[replace]
"rustc-serialize:0.3.19" = { git = "https://github.com/redox-os/rustc-serialize.git" }