redox/schemes/ethernetd/Cargo.toml
2016-10-23 15:26:36 -06:00

9 lines
191 B
TOML

[package]
name = "ethernetd"
version = "0.1.0"
[dependencies]
event = { path = "../../crates/event/" }
netutils = { path = "../../programs/netutils/" }
syscall = { path = "../../syscall/" }