redox/schemes/udpd/Cargo.toml

14 lines
408 B
TOML
Raw Normal View History

2016-10-08 04:18:05 +02:00
[package]
name = "udpd"
2016-10-08 04:18:05 +02:00
version = "0.1.0"
[dependencies]
event = { path = "../../crates/event/" }
2016-10-21 01:49:54 +02:00
netutils = { path = "../../programs/netutils/" }
2016-11-09 18:43:05 +01:00
rand = { git = "https://github.com/rust-lang-nursery/rand.git" }
redox_syscall = { path = "../../syscall/" }
[replace]
2016-11-09 18:43:05 +01:00
"libc:0.2.17" = { git = "https://github.com/rust-lang/libc.git" }
"rand:0.3.14" = { git = "https://github.com/rust-lang-nursery/rand.git" }