forked from M-Labs/ionpak-thermostat
17 lines
436 B
TOML
17 lines
436 B
TOML
[package]
|
|
name = "ionpak-firmware"
|
|
version = "0.1.0"
|
|
authors = ["whitequark <whitequark@whitequark.org>"]
|
|
|
|
[dependencies]
|
|
cortex-m = "0.2.4"
|
|
cortex-m-rt = { version = "0.2.0", features = ["linker-script"], default-features = false }
|
|
tm4c129x = { git = "https://github.com/m-labs/dslite2svd" }
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = true
|
|
|
|
[replace]
|
|
"cortex-m:0.2.4" = { git = "https://github.com/whitequark/cortex-m", rev = "impl-syst" }
|