turn into a Cargo crate
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@@ -1,13 +1,15 @@
|
||||
[package]
|
||||
authors = [{{toml-escape author}}]
|
||||
authors = ["Jorge Aparicio <jorge@japaric.io>"]
|
||||
description = "A template for building applications for ARM Cortex-M microcontrollers"
|
||||
keywords = ["arm", "cortex-m", "template"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "cortex-m-quickstart"
|
||||
version = "0.0.0"
|
||||
repository = "https://github.com/japaric/cortex-m-quickstart"
|
||||
version = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
cortex-m = "0.2.3"
|
||||
cortex-m-rt = "0.1.0"
|
||||
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp" }
|
||||
{{name}} = "*"
|
||||
[dependencies]
|
||||
cortex-m = "0.2.4"
|
||||
cortex-m-rt = "0.1.3"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user