Version bumped to 0.4.0

This commit is contained in:
cyber-sushi 2024-01-03 17:32:42 +01:00
parent a2cbcabb3d
commit 0e135030f4
2 changed files with 1382 additions and 0 deletions

1367
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "makima"
version = "0.4.0"
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"] }
tokio-stream = "0.1.14"
tokio-udev = "0.9.1"
hyprland = "<=0.3.9"
swayipc-async = "2.0.2"
toml = "0.7.3"
home = "<=0.5.5"