xref: /tonic/tests/root-crate-path/Cargo.toml (revision 209fcbe5)
1[package]
2authors = ["Lucio Franco <[email protected]>"]
3edition = "2021"
4license = "MIT"
5name = "root-crate-path"
6publish = false
7version = "0.1.0"
8
9[dependencies]
10prost = "0.12"
11tonic = {path = "../../tonic"}
12
13[build_dependencies]
14tonic-build = {path = "../../tonic-build"}
15