Files
RedBear-OS/drivers/net/ixgbed/Cargo.toml
T
2026-01-20 10:12:08 -07:00

16 lines
331 B
TOML

[package]
name = "ixgbed"
version = "1.0.0"
edition = "2021"
[dependencies]
bitflags = "2"
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" }