redox/schemes/udpd/Cargo.toml
2017-01-09 20:37:34 -07:00

9 lines
203 B
TOML

[package]
name = "udpd"
version = "0.1.0"
[dependencies]
netutils = { git = "https://github.com/redox-os/netutils.git" }
rand = "0.3"
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }