aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c3a487c..abd05b7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -643,6 +643,7 @@ dependencies = [
[[package]]
name = "mond-client"
version = "0.1.0"
+source = "git+https://codeberg.org/metamuffin/mond#656c543341aaa40d7b250ede26879b0613745b8f"
dependencies = [
"log",
"mond-protocol",
@@ -651,6 +652,7 @@ dependencies = [
[[package]]
name = "mond-protocol"
version = "0.1.0"
+source = "git+https://codeberg.org/metamuffin/mond#656c543341aaa40d7b250ede26879b0613745b8f"
dependencies = [
"bincode",
"serde",
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"]