[package] name = "luchie" version = "0.1.0" authors = ["Brian Cully "] readme = "README.org" license = "GPL-3.0-only" repository = "https://git.spork.org/luchie.git" edition = "2021" [profile.dev] opt-level = 0 lto = false [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies] cortex-m = "0.7.6" cortex-m-rt = "0.7.1" fugit = "0.3.5" nb = "1.0.0" #panic-semihosting = "0.6.0" usb-device = "0.2.9" usbd-serial = "0.1.1" usbd-webusb = "1.0.2" usbd-human-interface-device = "0.3.1" embedded-hal = "0.2.7" [dependencies.stm32f1xx-hal] version = "0.9" features = ["stm32f103", "stm32-usbd", "rt"] [[bin]] name = "luchie" test = false bench = false [lib] test = true bench = true [patch.crates-io] #usb-device = { path = "../usb-device" }