xref: /tonic/tests/ambiguous_methods/Cargo.toml (revision ea7fe66b)
1[package]
2name = "ambiguous_methods"
3version = "0.1.0"
4authors = ["Yonathan Randolph <[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