Files
RedBear-OS/e1000d/Cargo.toml
T
2024-01-20 19:04:15 +01:00

15 lines
342 B
TOML

[package]
name = "e1000d"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1"
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git" }
redox-daemon = "0.1"
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.4"
common = { path = "../common" }
pcid = { path = "../pcid" }