redox/schemes/ipd/Cargo.toml
2016-11-27 16:49:29 -07:00

12 lines
268 B
TOML

[package]
name = "ipd"
version = "0.1.0"
[dependencies]
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
redox_syscall = { path = "../../syscall/" }
[replace]
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }