[package] name = "ixgbed" description = "Intel 10 Gigabit ethernet driver" version = "1.0.0" edition = "2021" [dependencies] bitflags.workspace = true libredox.workspace = true redox_event.workspace = true redox_syscall.workspace = true common = { path = "../../common" } daemon = { path = "../../../daemon" } driver-network = { path = "../driver-network" } pcid = { path = "../../pcid" } [lints] workspace = true