From 4dc5a5b4d822247c26c9938e30a5f3854210addd Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Wed, 5 Mar 2025 18:16:41 -0800 Subject: [PATCH] cargo deb toml inclusion --- crates/eww/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/eww/Cargo.toml b/crates/eww/Cargo.toml index a5b62d9..6ab7137 100644 --- a/crates/eww/Cargo.toml +++ b/crates/eww/Cargo.toml @@ -66,3 +66,7 @@ tokio-util.workspace = true tokio = { workspace = true, features = ["full"] } unescape.workspace = true wait-timeout.workspace = true + +[package.metadata.deb] +maintainer = "Penelope Gwen " +section = "x11"