Files
embedded-rs/Cargo.toml
2017-04-11 20:17:19 -05:00

16 lines
389 B
TOML

[package]
authors = [{{toml-escape author}}]
name = "cortex-m-quickstart"
version = "0.0.0"
[dependencies]
cortex-m = "0.2.2"
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt", branch = "next" }
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp", branch = "next" }
{{name}} = "*"
[features]
default = ["cortex-m-rt/linker-script"]
[profile.release]
lto = true