summaryrefslogtreecommitdiff
path: root/waybar-record/Cargo.toml
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-07-15 23:26:17 +0530
committerryukamish <[email protected]>2026-07-15 23:26:17 +0530
commite001da47918c8a311eaec61fdda7b15dfc8786f4 (patch)
treec8513fa01fbfe81e8ad7f3b62bb6550483aa5ba7 /waybar-record/Cargo.toml
parent2d01d8d7c613da137c0f7184b8f4f9378a38ad18 (diff)
add: screen recording indicator for gpu-screen-recorder
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"