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