Files
RedBear-OS/ixgbed/Cargo.toml
T
bjorn3 3751c915fe Unify the scheme handling of all network drivers
This deduplicates a fair bit of non-trivial logic and makes it easier to
keep all network drivers in sync when the interface changes.
2024-02-26 20:43:41 +01:00

16 lines
392 B
TOML

[package]
name = "ixgbed"
version = "1.0.0"
edition = "2021"
[dependencies]
bitflags = "1.0"
netutils = { git = "https://gitlab.redox-os.org/redox-os/netutils.git" }
redox_event = { git = "https://gitlab.redox-os.org/redox-os/event.git" }
redox_syscall = "0.4"
redox-daemon = "0.1"
common = { path = "../common" }
driver-network = { path = "../driver-network" }
pcid = { path = "../pcid" }