summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 95a52fd..bad1d80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,8 +42,8 @@ bytes = "1.4.0"
anyhow = "1.0.75"
thiserror = "1.0.47"
-mond-client = { path = "../mond/client", optional = true }
+mond-client = { git = "https://codeberg.org/metamuffin/mond", optional = true }
[features]
-# default = ["mond"]
+default = []
mond = ["dep:mond-client"]