diff --git a/Cargo.toml b/Cargo.toml index 067278f84d..4a569bd1f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,11 +12,6 @@ members = [ "inputd", "virtio-core", - "usb/xhcid", - "usb/usbctl", - "usb/usbhubd", - - "audio/ac97d", "audio/ihdad", "audio/sb16d", @@ -49,6 +44,10 @@ members = [ "storage/nvmed", "storage/usbscsid", "storage/virtio-blkd", + + "usb/xhcid", + "usb/usbctl", + "usb/usbhubd", ] [profile.release]