feat(web): Implement tower::Layer for tonic_web::Config (#1119)

Signed-off-by: slinkydeveloper <[email protected]>
This commit is contained in:
Francesco Guardiani
2022-10-28 13:59:01 -04:00
committed by GitHub
parent b409ddd478
commit 40536dc134
5 changed files with 47 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@ hyper = "0.14"
pin-project = "1"
tonic = {version = "0.8", path = "../tonic", default-features = false, features = ["transport"]}
tower-service = "0.3"
tower-layer = "0.3"
tracing = "0.1"
[dev-dependencies]