USB: Added new paths in cargo.toml
This commit is contained in:
+5
-3
@@ -9,12 +9,14 @@ members = [
|
||||
"pcid-spawner",
|
||||
"rtcd",
|
||||
"vboxd",
|
||||
"xhcid",
|
||||
"usbctl",
|
||||
"usbhubd",
|
||||
"inputd",
|
||||
"virtio-core",
|
||||
|
||||
"usb/xhcid",
|
||||
"usb/usbctl",
|
||||
"usb/usbhubd",
|
||||
|
||||
|
||||
"audio/ac97d",
|
||||
"audio/ihdad",
|
||||
"audio/sb16d",
|
||||
|
||||
@@ -13,7 +13,7 @@ log = "0.4"
|
||||
orbclient = "0.3.47"
|
||||
redox_syscall = "0.5"
|
||||
rehid = { git = "https://gitlab.redox-os.org/redox-os/rehid.git" }
|
||||
xhcid = { path = "../../xhcid" }
|
||||
xhcid = { path = "../../usb/xhcid" }
|
||||
|
||||
common = { path = "../../common" }
|
||||
inputd = { path = "../../inputd" }
|
||||
|
||||
@@ -16,4 +16,4 @@ redox-daemon = "0.1"
|
||||
redox_event = "0.4"
|
||||
redox_syscall = { version = "0.5", features = ["std"] }
|
||||
thiserror = "1"
|
||||
xhcid = { path = "../../xhcid" }
|
||||
xhcid = { path = "../../usb/xhcid" }
|
||||
|
||||
Reference in New Issue
Block a user