makima/Cargo.toml
Penelope Gwen 85020c29d0
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
update cargo toml for debian packaging
2025-07-05 04:00:24 +00:00

22 lines
599 B
TOML

[package]
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"] }
tokio = { version = "1.28.1", features = ["full"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.117"
tokio-stream = "0.1.14"
tokio-udev = "0.9.1"
swayipc-async = "2.0.2"
x11rb = "0.13.0"
toml = "0.7.3"
fork = "0.1.23"
[package.metadata.deb]
maintainer = "Penelope Gwen <support@pogmom.me>"
section = "x11"
license-file = ["LICENSE","0"]