diff --git a/Cargo.toml b/Cargo.toml index f95281a..64ccce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"