aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-05-29 16:37:44 +0200
committermetamuffin <metamuffin@disroot.org>2024-05-29 16:37:44 +0200
commit886a18e0c67624d0882f04c7f6659bcfee6b4d8d (patch)
tree32a5389076b199c4e06fa10ce6b54d165d5466c5 /Cargo.toml
parent6cebab912dcf01bbe225c20ec2e7656f61ba160e (diff)
downloadgnix-886a18e0c67624d0882f04c7f6659bcfee6b4d8d.tar
gnix-886a18e0c67624d0882f04c7f6659bcfee6b4d8d.tar.bz2
gnix-886a18e0c67624d0882f04c7f6659bcfee6b4d8d.tar.zst
refactor filter system
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 0 insertions, 7 deletions
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"]