update cargo toml for debian packaging
Some checks failed
Check and Lint / Check (push) Has been cancelled
Check and Lint / Format (push) Has been cancelled
Check and Lint / Clippy (push) Has been cancelled

This commit is contained in:
Penelope Gwen 2025-07-05 04:00:24 +00:00
parent 6e93559db4
commit 85020c29d0

View file

@ -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"
fork = "0.1.23"
[package.metadata.deb]
maintainer = "Penelope Gwen <support@pogmom.me>"
section = "x11"
license-file = ["LICENSE","0"]