1[package] 2authors = ["bouzuya <[email protected]>"] 3edition = "2021" 4license = "MIT" 5name = "disable-comments" 6 7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9[dependencies] 10prost = "0.13" 11tonic = { path = "../../tonic" } 12 13[build-dependencies] 14prost-build = "0.13" 15tonic-build = { path = "../../tonic-build" } 16