24 lines
697 B
TOML
24 lines
697 B
TOML
[workspace]
|
|
members = [
|
|
"ahcid",
|
|
"alxd",
|
|
"bgad",
|
|
"e1000d",
|
|
"ihdad",
|
|
"nvmed",
|
|
"pcid",
|
|
"ps2d",
|
|
"rtl8168d",
|
|
"vboxd",
|
|
"vesad",
|
|
"xhcid"
|
|
]
|
|
|
|
[patch.crates-io]
|
|
mio = { git = "https://gitlab.redox-os.org/redox-os/mio" }
|
|
net2 = { git = "https://gitlab.redox-os.org/redox-os/net2-rs.git", branch = "redox-unix" }
|
|
pbr = { git = "https://gitlab.redox-os.org/redox-os/pb.git", branch = "redox-unix" }
|
|
ring = { git = "https://gitlab.redox-os.org/redox-os/ring.git", branch = "redox-unix" }
|
|
time = { git = "https://gitlab.redox-os.org/redox-os/time.git", branch = "redox-unix" }
|
|
#untrusted = { git = "https://github.com/briansmith/untrusted", tag = "ring-master" }
|