aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]