Fix layer support

This commit is contained in:
David Pedersen
2021-05-30 04:28:24 +02:00
parent f983b37fea
commit b763eaa037
3 changed files with 244 additions and 66 deletions
+1 -1
View File
@@ -22,5 +22,5 @@ tower = { version = "0.4", features = ["util"] }
tokio = { version = "1.6.1", features = ["macros", "rt"] }
serde = { version = "1.0", features = ["derive"] }
tower = { version = "0.4", features = ["util", "make", "timeout"] }
tower-http = { version = "0.1", features = ["trace"] }
tower-http = { version = "0.1", features = ["trace", "compression"] }
hyper = { version = "0.14", features = ["full"] }