From 0e043c6fbcac6ac5e7b614a04838377c9003a919 Mon Sep 17 00:00:00 2001 From: cyber-sushi <99445392+cyber-sushi@users.noreply.github.com> Date: Wed, 20 Dec 2023 01:43:59 +0100 Subject: [PATCH] Added Hyprland ipc dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30b9402..c06cee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,6 @@ 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" toml = "0.7.3" -home = "0.5.5" +home = "<=0.5.5"