9 lines
197 B
TOML
9 lines
197 B
TOML
[package]
|
|
name = "ethernetd"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
event = { path = "../../crates/event/" }
|
|
netutils = { path = "../../programs/netutils/" }
|
|
redox_syscall = { path = "../../syscall/" }
|