xref: /tonic/tests/same_name/Cargo.toml (revision a562a3ce)
1[package]
2authors = ["Lucio Franco <[email protected]>"]
3edition = "2021"
4license = "MIT"
5name = "same_name"
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.11"
13tonic = {path = "../../tonic"}
14
15[build-dependencies]
16tonic-build = {path = "../../tonic-build"}
17