1[package] 2authors = ["Lucio Franco <[email protected]>"] 3edition = "2021" 4license = "MIT" 5name = "same_name" 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] 14tonic-build = {path = "../../tonic-build"} 15