redox/schemes/tcpd/Cargo.toml

10 lines
242 B
TOML
Raw Normal View History

2016-10-08 04:18:05 +02:00
[package]
name = "tcpd"
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/" }
rand = { git = "https://github.com/redox-os/rand.git" }
2016-10-08 04:18:05 +02:00
syscall = { path = "../../syscall/" }