mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
12 lines
306 B
TOML
12 lines
306 B
TOML
[package]
|
|
name = "pcid"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
redox_syscall = { path = "../../syscall/" }
|
|
rustc-serialize = { git ="https://github.com/rust-lang-nursery/rustc-serialize.git" }
|
|
toml = "*"
|
|
|
|
[replace]
|
|
"rustc-serialize:0.3.19" = { git = "https://github.com/rust-lang-nursery/rustc-serialize.git" }
|