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