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
+3
View File
@@ -27,5 +27,8 @@ futures = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["server", "http1", "runtime", "tcp", "stream"] }
hyperlocal = { version = "0.8.0", default-features = false, features = ["server"] }
tokio = { version = "1.0", default-features = false, features = ["net"] }
opentelemetry = "0.17"