9 lines
203 B
TOML
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" }
|