[package] name = "waybar-record" version = "0.1.0" edition = "2024" # Make the binary small [profile.release] opt-level = "z" lto = true strip = true panic = "abort"