13 lines
363 B
TOML
13 lines
363 B
TOML
[package]
|
|
name = "udpd"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
event = { path = "../../crates/event/" }
|
|
netutils = { path = "../../programs/netutils/" }
|
|
rand = { git = "https://github.com/redox-os/rand.git", branch = "redox" }
|
|
redox_syscall = { path = "../../syscall/" }
|
|
|
|
[replace]
|
|
"libc:0.2.17" = { git = "https://github.com/redox-os/liblibc.git", branch = "redox" }
|