cargo-features = ["edition2024"] [package] name = "kyrax-stm32f401re" version = "0.3.2" edition = "2021" authors = ["John Bryan Valle "] description = "Peripherals package for stm32f401re" license = "MIT OR Apache-2.0" repository = "https://github.com/jbvalle/rust_pkg_stm32f401re" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = { version = "2.5.0", default-features = false }