[package] name = "ross-eeprom" version = "1.16.0" authors = ["Linas Nikiperavičius "] edition = "2018" license-file = "LICENSE.md" description = "EEPROM helper for the Rusty Old Smart System" repository = "https://github.com/linasdev/ross-eeprom" readme = "README.md" [dependencies] cortex-m = "0.7.6" embedded-hal = "0.2.7" nb = "1.0.0" eeprom24x = "0.5.0" ross-config = "2.25.0" [dependencies.stm32f1xx-hal] version = "0.9.0" features = ["rt", "stm32f103", "medium"]