usb-avr-lib/static_pins/Cargo.toml

28 lines
451 B
TOML

[package]
name = "static_pins"
version = "0.1.0"
edition = "2021"
[lib]
test = false
[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"