diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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", @@ -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"] |