diff --git a/Cargo.toml b/Cargo.toml index 6e13cd9..710c6f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,16 @@ [package] -authors = ["Paul van Tilburg "] -edition = "2018" -readme = "README.md" name = "stm32f4-demo" version = "0.1.0" +authors = ["Paul van Tilburg "] +edition = "2018" [dependencies] cortex-m = "0.5.8" cortex-m-rt = "0.6.5" cortex-m-semihosting = "0.3.2" +heapless = "0.4.2" panic-halt = "0.2.0" panic-semihosting = "0.5.1" -heapless = "0.4.2" [dependencies.cortex-m-rtfm] version = "0.4.2"