9 lines
259 B
TOML
9 lines
259 B
TOML
[package]
|
|
name = "ethernetd"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
netutils = { git = "https://github.com/redox-os/netutils.git" }
|
|
redox_event = { git = "https://github.com/redox-os/event.git" }
|
|
redox_syscall = { git = "https://github.com/redox-os/syscall.git" }
|