static-pins/Cargo.toml

27 lines
464 B
TOML
Raw Normal View History

2025-04-21 18:43:16 +03:00
[package]
2025-04-25 15:24:43 +03:00
name = "static-pins"
2025-04-21 18:43:16 +03:00
version = "0.1.0"
edition = "2021"
[dependencies.static_pins_macros]
path = "static_pins_macros"
[dependencies.arduino-hal]
git = "https://github.com/rahix/avr-hal"
rev = "3e362624547462928a219c40f9ea8e3a64f21e5f"
[features]
sparkfun-promicro = ["arduino-hal/sparkfun-promicro"]
2025-04-21 18:43:16 +03:00
[profile.dev]
panic = "abort"
lto = true
opt-level = "s"
[profile.release]
panic = "abort"
codegen-units = 1
debug = true
lto = true
opt-level = "s"