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