Files
RedBear-OS/rtl8168d/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

18 lines
422 B
TOML

[package]
name = "rtl8168d"
version = "0.1.0"
edition = "2018"
[dependencies]
bitflags = "1"
log = "0.4"
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"
redox-log = "0.1"
common = { path = "../common" }
driver-network = { path = "../driver-network" }
pcid = { path = "../pcid" }