ionpak-thermostat/firmware/Cargo.toml

27 lines
491 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]
2018-03-26 19:33:00 +08:00
cortex-m = "0.3"
cortex-m-rt = "0.3"
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"
2018-03-26 19:37:14 +08:00
rev = "cd893e6"
features = ["proto-ipv4", "socket-tcp"]
2017-08-02 00:33:33 +08:00
default-features = false
2017-05-04 17:35:26 +08:00
[profile.release]
lto = true
debug = true