mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
9 lines
139 B
TOML
9 lines
139 B
TOML
[package]
|
|
name = "pcid"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
redox_syscall = { path = "../../syscall/" }
|
|
rustc-serialize = "0.3"
|
|
toml = "0.2"
|