totos/Cargo.toml

18 lines
282 B
TOML

[package]
name = "totos"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "totos"
test = false
bench = false
[profile.dev]
panic = "abort" # disable stack unwinding on panic
[profile.release]
panic = "abort" # disable stack unwinding on panic
[dependencies]
bootloader = "0.9"