cargo: add hyperlocal as a dependency

This commit is contained in:
networkException
2023-09-29 18:36:50 +02:00
parent 3a0e074047
commit 6086a3fa07
4 changed files with 41 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ http = "0.2"
httpdate = "1.0"
http-range = "0.1"
hyper = { version = "0.14", features = ["server", "http1", "runtime", "tcp", "stream"] }
hyperlocal = { version = "0.8.0", default-features = false, features = ["server"] }
multer = "2.0"
percent-encoding = "2.1.0"
roxmltree = "0.18"