blue_pill_ui/cross/Cargo.toml

26 lines
510 B
TOML

[package]
name = "blue_pill_ui"
authors = ["The author"]
version = "0.1.0"
edition = "2021"
[workspace]
[dependencies]
cortex-m-rtic = "1.0.0"
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
stm32f1xx-hal = { version = "0.8.0", features = ["rt", "stm32f103", "medium"] }
ssd1306 = "0.7.0"
ui = { path = "../ui" }
[[bin]]
name = "ui_example"
test = false
bench = false
[profile.release]
lto = true
codegen-units = 1
debug = true