Files
RedBear-OS/Cargo.toml
T
Anhad Singh 1580cb8c83 virtio: stub!
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2023-06-19 12:02:35 +10:00

36 lines
665 B
TOML

[workspace]
members = [
"ac97d",
"acpid",
"ahcid",
"alxd",
"bgad",
"block-io-wrapper",
"e1000d",
"ided",
"ihdad",
"ixgbed",
"nvmed",
"pcid",
"pcspkrd",
"ps2d",
"rtl8168d",
"sb16d",
"vboxd",
"vesad",
"xhcid",
"usbctl",
"usbhidd",
"usbscsid",
"virtiod",
]
[profile.release]
lto = "fat"
[patch.crates-io]
mio = { git = "https://gitlab.redox-os.org/redox-os/mio.git", branch = "redox-unix" }
net2 = { git = "https://gitlab.redox-os.org/redox-os/net2-rs.git", branch = "master" }
orbclient = { git = "https://gitlab.redox-os.org/redox-os/orbclient.git", version = "0.3.44" }