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"]