15 lines
325 B
TOML
15 lines
325 B
TOML
[package]
|
|
name = "button-input"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
cortex-m.workspace = true
|
|
cortex-m-rt.workspace = true
|
|
defmt.workspace = true
|
|
defmt-rtt.workspace = true
|
|
panic-probe.workspace = true
|
|
stm32f1xx-hal = { workspace = true, features = ["medium", "stm32f103"] }
|