Files
ece-475-tm4c123gxl-rust/Cargo.toml
J / Jacob Babich 7a44a679d0 fix?
2022-04-14 19:24:00 -04:00

28 lines
554 B
TOML

[package]
authors = ["J / Jacob Babich <jacobbabichpublic+git@gmail.com>"]
edition = "2018"
name = "driver-and-task-library"
version = "4.14.0"
[dependencies]
cortex-m = "0.6.0"
cortex-m-rt = "0.6.10"
cortex-m-semihosting = "0.3.3"
panic-halt = "0.2.0"
[lib]
path = "src/lib/mod.rs"
test = false
bench = false
[[bin]]
name = "program"
path = "src/main.rs"
test = false
bench = false
[profile.release]
codegen-units = 1 # better optimizations
debug = true # symbols are nice and they don't increase the size on Flash
lto = true # better optimizations