Files
embedded-rs/Cargo.toml
Jorge Aparicio 4dd44a1cb1 no need to enable the cortex-m-rt/linker-script feature
as it's enabled by default
2017-04-13 11:53:17 -05:00

13 lines
260 B
TOML

[package]
authors = [{{toml-escape author}}]
name = "cortex-m-quickstart"
version = "0.0.0"
[dependencies]
cortex-m = "0.2.3"
cortex-m-rt = "0.1.0"
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
{{name}} = "*"
[profile.release]
lto = true