Support routing to tower services

This commit is contained in:
David Pedersen
2021-05-30 03:12:47 +02:00
parent 433128102b
commit f983b37fea
2 changed files with 124 additions and 16 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ tower = { version = "0.4", features = ["util"] }
[dev-dependencies]
tokio = { version = "1.6.1", features = ["macros", "rt"] }
serde = { version = "1.0", features = ["derive"] }
tower = { version = "0.4", features = ["util", "make"] }
tower = { version = "0.4", features = ["util", "make", "timeout"] }
tower-http = { version = "0.1", features = ["trace"] }
hyper = { version = "0.14", features = ["full"] }