diff --git a/worf/Cargo.toml b/worf/Cargo.toml index 7323473..52d446e 100644 --- a/worf/Cargo.toml +++ b/worf/Cargo.toml @@ -1,7 +1,9 @@ [package] name = "worf" +authors = ["Alexander Mohr "] version = "0.5.0" edition = "2024" +description = "wofi / dmenu / rofi replacement written in rust" [lints.clippy] # enable pedantic @@ -53,3 +55,17 @@ wl-clipboard-rs = "0.9.2" notify-rust = "4.11.7" thiserror = "2.0.12" urlencoding = "2.1.3" + +[package.metadata.deb] +maintainer = "Penelope Gwen " +copyright = "2025, Alexander Mohr " +priority = "optional" +revision = "4" +section = "x11" +depends = "$auto" +license-file = ["../COPYING.md", "9"] +extended-description = """\ +Worf is yet another style launcher, heavily inspired \ +by wofi, rofi, and walker. Built from the ground up \ +with Rust and GTK4, it offers exceptional performance \ +and modern styling capabilities"""