ionpak-thermostat/firmware/Cargo.toml

27 lines
483 B
TOML
Raw Normal View History

2017-05-04 17:35:26 +08:00
[package]
name = "ionpak-firmware"
version = "1.0.0"
2017-05-04 17:35:26 +08:00
authors = ["whitequark <whitequark@whitequark.org>"]
[build-dependencies]
walkdir = "1.0"
2017-05-04 17:35:26 +08:00
[dependencies]
2017-08-06 12:59:30 +08:00
cortex-m = "0.3.1"
2017-08-06 19:52:11 +08:00
cortex-m-rt = { version = "0.3.5" }
2017-08-06 12:59:30 +08:00
[dependencies.tm4c129x]
git = "https://github.com/m-labs/dslite2svd"
rev = "d527f3f"
features = ["rt"]
2017-05-04 17:35:26 +08:00
2017-08-02 00:33:33 +08:00
[dependencies.smoltcp]
git = "https://github.com/m-labs/smoltcp"
2017-09-09 17:25:07 +08:00
rev = "14355e1"
2017-08-02 00:33:33 +08:00
features = []
default-features = false
2017-05-04 17:35:26 +08:00
[profile.release]
lto = true
debug = true