Skip to content

Commit

Permalink
tonic-reflection: commit generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Nov 16, 2022
1 parent 33e22bb commit f3cbca4
Show file tree
Hide file tree
Showing 7 changed files with 459 additions and 64 deletions.
4 changes: 1 addition & 3 deletions tonic-reflection/Cargo.toml
Expand Up @@ -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"
19 changes: 0 additions & 19 deletions tonic-reflection/build.rs

This file was deleted.

0 comments on commit f3cbca4

Please sign in to comment.