From 85020c29d025aea308a540c88dfb40f7b86abfe1 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sat, 5 Jul 2025 04:00:24 +0000 Subject: [PATCH] update cargo toml for debian packaging --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f7a0b2..667f30e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "makima" version = "0.10.1" edition = "2021" +description = "Linux daemon to remap and create macros for keyboards, mice and controllers" [dependencies] evdev = { version = "0.12.1", features = ["tokio", "serde"] } @@ -13,4 +14,9 @@ tokio-udev = "0.9.1" swayipc-async = "2.0.2" x11rb = "0.13.0" toml = "0.7.3" -fork = "0.1.23" \ No newline at end of file +fork = "0.1.23" + +[package.metadata.deb] +maintainer = "Penelope Gwen " +section = "x11" +license-file = ["LICENSE","0"]