[workspace] members = ["usb", "ble"] [patch.crates-io] #atsamd-hal = { path = "../usbh/atsamd/hal" } #trinket_m0 = { path = "../usbh/atsamd/boards/trinket_m0" } #feather_m0 = { path = "../usbh/atsamd/boards/feather_m0" } rubble = { path = "../rubble/rubble" } nrf52840-hal = { path = "../nrf52-hal/nrf52840-hal" } bootkbd = { path = "../usbh/bootkbd" } usb-host = { path = "../usbh/usb-host" } starb = { path = "../usbh/starb" } atsamd-usb-host = { path = "../usbh/atsamd-usb-host" } [profile.dev] incremental = false codegen-units = 1 debug = true lto = false panic = "abort" [profile.release] debug = true lto = true opt-level = "s" panic = 'abort'