feat(build): Add disable_comments option (#1127)

This commit is contained in:
bouzuya
2022-11-08 11:08:19 -05:00
committed by GitHub
parent c9cadd4b23
commit e188521149
10 changed files with 151 additions and 6 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
authors = ["bouzuya <[email protected]>"]
edition = "2018"
license = "MIT"
name = "disable-comments"
publish = false
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.11"
tonic = { path = "../../tonic" }
[build-dependencies]
prost-build = "0.11"
tonic-build = { path = "../../tonic-build" }