Files
RedBear-OS/Cargo.toml
T
bjorn3 d33d7a91e5 Don't set the mac address network config from drivers
The mac handle of the network scheme is now supported by all network
drivers.
2024-02-28 09:36:42 +01:00

47 lines
867 B
TOML

[workspace]
members = [
"ac97d",
"acpid",
"ahcid",
"alxd",
"bgad",
"block-io-wrapper",
"common",
"driver-network",
"e1000d",
"fbcond",
"ided",
"ihdad",
"ixgbed",
"nvmed",
"lived", # TODO: not really a driver...
"pcid",
"pcspkrd",
"ps2d",
"rtl8139d",
"rtl8168d",
"sb16d",
"vboxd",
"vesad",
"xhcid",
"usbctl",
"usbhidd",
"usbscsid",
"inputd",
"virtio-blkd",
"virtio-netd",
"virtio-gpud",
"virtio-core",
"bcm2835-sdhcid",
]
[profile.release]
lto = "fat"
[patch.crates-io]
mio = { git = "https://gitlab.redox-os.org/redox-os/mio.git", branch = "redox-unix" }
orbclient = { git = "https://gitlab.redox-os.org/redox-os/orbclient.git", version = "0.3.44" }
redox-daemon = { git = "https://gitlab.redox-os.org/redox-os/redox-daemon.git" }