add cargo-deb information to worf/Cargo.toml
Some checks failed
Rust / format_and_clippy_nightly_toolchain (push) Has been cancelled
Rust / build (push) Has been cancelled

This commit is contained in:
Penelope Gwen 2025-08-23 11:36:06 -07:00
parent 98ba21b0fb
commit 6a906955dd

View file

@ -1,7 +1,9 @@
[package]
name = "worf"
authors = ["Alexander Mohr <git@mohr.io>"]
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 <support@pogmom.me>"
copyright = "2025, Alexander Mohr <git@mohr.io>"
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"""