diff options
author | metamuffin <metamuffin@disroot.org> | 2023-10-06 10:22:31 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-10-06 10:22:31 +0200 |
commit | 6e4095bd811a53cb75092516ef303b746e9aafba (patch) | |
tree | 44875ca252da14cc8018413ed2a25f99ed1fa06d /Cargo.toml | |
parent | 452541087c6562fca94f24b9275b17d771622fbd (diff) | |
download | gnix-6e4095bd811a53cb75092516ef303b746e9aafba.tar gnix-6e4095bd811a53cb75092516ef303b746e9aafba.tar.bz2 gnix-6e4095bd811a53cb75092516ef303b746e9aafba.tar.zst |
some basic reporting for mond
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"] |