From 886a18e0c67624d0882f04c7f6659bcfee6b4d8d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 29 May 2024 16:37:44 +0200 Subject: refactor filter system --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5176f3a..a1501f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] -- cgit v1.2.3-70-g09d2