Files
RedBear-OS/e1000d/Cargo.toml
T
2023-07-18 11:01:17 +02:00

14 lines
337 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", branch = "redox-unix" }
redox-daemon = "0.1"
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.3"
common = { path = "../common" }