aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34017d7..95a52fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,3 +41,9 @@ mime_guess = "2.0.4"
bytes = "1.4.0"
anyhow = "1.0.75"
thiserror = "1.0.47"
+
+mond-client = { path = "../mond/client", optional = true }
+
+[features]
+# default = ["mond"]
+mond = ["dep:mond-client"]