Added Hyprland ipc dependency
This commit is contained in:
parent
7eaec76574
commit
0e043c6fbc
1 changed files with 2 additions and 1 deletions
|
@ -11,5 +11,6 @@ tokio = { version = "1.28.1", features = ["full"] }
|
||||||
serde = { version = "1.0.163", features = ["derive"] }
|
serde = { version = "1.0.163", features = ["derive"] }
|
||||||
tokio-stream = "0.1.14"
|
tokio-stream = "0.1.14"
|
||||||
tokio-udev = "0.9.1"
|
tokio-udev = "0.9.1"
|
||||||
|
hyprland = "<=0.3.9"
|
||||||
toml = "0.7.3"
|
toml = "0.7.3"
|
||||||
home = "0.5.5"
|
home = "<=0.5.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue