Files
bootler/Cargo.toml
2026-03-03 22:01:49 +01:00

18 lines
207 B
TOML

[package]
name = "bootle"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
[dependencies]
[profile.release]
panic = "abort"
opt-level = 'z'
debug = false
[profile.dev]
panic = "abort"