aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-07-03 18:08:04 +0200
committerMartin Fischer <martin@push-f.com>2021-07-03 20:23:22 +0200
commit973acc037b2a78b1ad3d2ccb0c1dd38098335269 (patch)
tree428a17b2adea29ca5946409be69f60375b454467
parent306289dfd1b55b24eee3195ae56a6db7539b6740 (diff)
disable unneeded hyperlocal "client" feature
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48d4413..3679e16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,4 +35,4 @@ multer = "2.0.0"
mime_guess = "2.0"
[target.'cfg(unix)'.dependencies]
-hyperlocal = "0.8"
+hyperlocal = { version = "0.8", features = ["server"] }