Clean up Cargo.toml a bit

This commit is contained in:
Paul van Tilburg 2019-03-15 22:27:22 +01:00
parent d191072a3c
commit a795bf910f
1 changed files with 3 additions and 4 deletions

View File

@ -1,17 +1,16 @@
[package]
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2018"
readme = "README.md"
name = "stm32f4-demo"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
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"