rust-luciaos/Cargo.toml

18 lines
292 B
TOML
Raw Permalink Normal View History

2023-02-17 01:53:13 -06:00
[package]
name = "rust-luciaos"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
lto = true
codegen-units = 1
opt-level = "z"