redox/schemes/tcpd/Cargo.toml
2017-01-09 21:01:23 -07:00

10 lines
267 B
TOML

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