[package] name = "interrupture-stm32f7x6" version = "0.1.0" authors = ["Oliver Scherer "] edition = "2018" description = "stm32f7x6 support for HAL interrupt usage" license = "MIT OR Apache-2.0" repository = "https://github.com/embed-rs/stm32f7-discovery" [dependencies] interrupture = { version = "0.1.0", path = "../interrupture" } cortex-m-rt = "0.6.4" [dependencies.stm32f7] version = "0.3.2" features = ["stm32f7x6", "rt"]