makima/Cargo.toml
cyber-sushi 6e93559db4
Some checks are pending
Check and Lint / Check (push) Waiting to run
Check and Lint / Format (push) Waiting to run
Check and Lint / Clippy (push) Waiting to run
Fixed detection for devices with slash in their name
2025-04-13 15:16:58 +02:00

16 lines
No EOL
386 B
TOML

[package]
name = "makima"
version = "0.10.1"
edition = "2021"
[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"