update cargo toml for debian packaging
This commit is contained in:
parent
6e93559db4
commit
85020c29d0
1 changed files with 7 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue