tinierfetch/rs/Cargo.toml

17 lines
213 B
TOML
Raw Normal View History

2023-09-11 18:43:43 +00:00
[package]
name = "tinierfetch-rs"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "tinierfetch-rs"
path = "main.rs"
[profile.release]
strip = true
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"