summaryrefslogtreecommitdiff
path: root/waybar-record/Cargo.toml
blob: bff82f5017efc6d0839af8a10d6a6e5f329c00b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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"