Version bumped to 0.4.0
This commit is contained in:
parent
a2cbcabb3d
commit
0e135030f4
2 changed files with 1382 additions and 0 deletions
1367
Cargo.lock
generated
Normal file
1367
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
Loading…
Add table
Reference in a new issue