diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 | 
1 files changed, 6 insertions, 0 deletions
@@ -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"]  |