ionpak-thermostat/firmware/Cargo.toml

24 lines
445 B
TOML
Raw Normal View History

2017-05-04 17:35:26 +08:00
[package]
name = "ionpak-firmware"
version = "0.1.0"
authors = ["whitequark <whitequark@whitequark.org>"]
[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-08-06 12:59:30 +08:00
rev = "d03ea64"
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