reflection: commit generated code (#1151)

This commit is contained in:
Artem Vorotnikov
2022-11-16 16:13:59 -05:00
committed by GitHub
parent 33e22bbc5e
commit 933f560735
7 changed files with 458 additions and 63 deletions
+1 -3
View File
@@ -25,10 +25,8 @@ tokio = {version = "1.0", features = ["sync", "rt"]}
tokio-stream = {version = "0.1", features = ["net"]}
tonic = { version = "0.8", path = "../tonic", default-features = false, features = ["codegen", "prost"] }
[build-dependencies]
tonic-build = { version = "0.8", path = "../tonic-build", default-features = false, features = ["prost"] }
[dev-dependencies]
tonic = { version = "0.8", path = "../tonic", default-features = false, features = ["transport"] }
tonic-build = { version = "0.8", path = "../tonic-build", default-features = false, features = ["prost"] }
futures = "0.3"
futures-util = "0.3"