Added swayipc dependency

This commit is contained in:
cyber-sushi 2023-12-24 22:19:39 +01:00 committed by GitHub
parent b0f1ed6442
commit 877d93724a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"