Private
Public Access
1
0

prepare for tower middleware adoption

This commit is contained in:
2024-06-01 18:16:25 -07:00
parent cf4195858e
commit a2caa2ddca
3 changed files with 936 additions and 55 deletions

View File

@@ -7,10 +7,17 @@ edition = "2021"
[dependencies]
async-trait = "0.1.80"
ctor = "0.2.8"
hyper = { version = "0.14", features = ["full"] }
hyper-tls = "0.5.0"
log = { version = "0.4.21", features = [] }
pretty_env_logger = "0.5.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
serde_plain = "1.0.2"
time = { version = "0.3.17", features = ["parsing", "serde"] }
tokio = { version = "1.37.0", features = ["full"] }
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["trace"] }
tower-hyper = "0.1.1"
uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] }