static-pins/Cargo.toml

25 lines
431 B
TOML
Raw Normal View History

2025-04-21 18:43:16 +03:00
[package]
name = "static_pins"
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"]
[profile.dev]
panic = "abort"
lto = true
opt-level = "s"
[profile.release]
panic = "abort"
codegen-units = 1
debug = true
lto = true
opt-level = "s"