diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -4,7 +4,6 @@ version = "1.0.0" edition = "2021" [dependencies] - # HTTP hyper = { version = "1.3.1", features = ["full"] } hyper-util = "0.1.3" @@ -44,9 +43,3 @@ mime_guess = "2.0.4" bytes = "1.6.0" anyhow = "1.0.82" thiserror = "1.0.59" - -mond-client = { git = "https://codeberg.org/metamuffin/mond", optional = true } - -[features] -default = [] -mond = ["dep:mond-client"] |