Added swayipc dependency
This commit is contained in:
parent
b0f1ed6442
commit
877d93724a
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "makima"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -12,5 +12,6 @@ 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