[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"