[package] name = "ross-bootloader" version = "1.2.0" authors = ["Linas Nikiperavičius "] edition = "2018" license-file = "LICENSE.md" description = "Bootloader for the Rusty Old Smart System" repository = "https://github.com/linasdev/ross-bootloader" readme = "README.md" [dependencies] cortex-m = "0.7.3" cortex-m-rt = "0.6.15" alloc-cortex-m = "0.4.1" panic-itm = "0.4.2" embedded-hal = "0.2.5" bxcan = "0.4.0" nb = "1.0.0" eeprom24x = "0.3.0" ross-eeprom = "1.12.0" ross-protocol = "1.18.0" ross-logger = "1.5.0" [dependencies.stm32f1xx-hal-bxcan] version = "0.8.0" features = ["rt", "stm32f103", "medium"]