diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-14 12:13:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-14 12:13:25 +0200 |
commit | 7b0eed492d0f38f091d08e092c86f96315002097 (patch) | |
tree | 9b3794d7de6f89fb25d2235eee590c76991619a4 /Cargo.toml | |
parent | 6e4095bd811a53cb75092516ef303b746e9aafba (diff) | |
download | gnix-7b0eed492d0f38f091d08e092c86f96315002097.tar gnix-7b0eed492d0f38f091d08e092c86f96315002097.tar.bz2 gnix-7b0eed492d0f38f091d08e092c86f96315002097.tar.zst |
no mond by default
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"] |