diff --git a/Cargo.toml b/Cargo.toml index 26c73fa..fe98eda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ readme = "README.md" [dependencies] cortex-m-rt = "0.6.13" panic-halt = "0.2.0" +stm32f0xx-hal = { version = "0.17.1", features = ["rt", "stm32f072"] }