From a795bf910f6b950ad01b70e429d6a3f8a53e8f51 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 15 Mar 2019 22:27:22 +0100 Subject: [PATCH] Clean up Cargo.toml a bit --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"