Add tower-h2 and more macro

This commit is contained in:
Lucio Franco
2019-08-11 13:48:13 -04:00
parent aef683fe35
commit 404f7d8931
16 changed files with 727 additions and 33 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ edition = "2018"
proc-macro = true
[dependencies]
tonic = { path = "../tonic" }
syn = { version = "0.15", features = ["full"] }
quote = "0.6"
proc-macro2 = "0.4"
@@ -17,3 +16,4 @@ tower-service = { git = "https://github.com/tower-rs/tower", branch = "std-futur
[dev-dependencies]
tokio = "=0.2.0-alpha.1"
tonic = { path = "../tonic" }