Skip to content

Commit

Permalink
Update TOML for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Oct 17, 2017
1 parent 70183a8 commit a34f7b3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Cargo.toml
@@ -1,6 +1,21 @@
[package]
name = "xmc4500"
version = "0.1.0"
description = "XMC peripheral library for XMC4500 generated from SVD"
readme = "README.md"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
repository = "https://github.com/lucasbrendel/xmc4500"
license = "MIT"

[dependencies]
cortex-m = "0.3.0"
bare-metal = "0.1.1"
vcell = "0.1.0"

[dependencies.cortex-m-rt]
optional = true
version = "0.3.0"

[features]
rt = ["cortex-m-rt"]

0 comments on commit a34f7b3

Please sign in to comment.