summaryrefslogtreecommitdiff
path: root/waybar-record/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'waybar-record/Cargo.toml')
-rw-r--r--waybar-record/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/waybar-record/Cargo.toml b/waybar-record/Cargo.toml
new file mode 100644
index 0000000..bff82f5
--- /dev/null
+++ b/waybar-record/Cargo.toml
@@ -0,0 +1,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"