xref: /tonic/tests/skip_debug/Cargo.toml (revision 96912568)
1[package]
2authors = ["Andrew Yuan <[email protected]>"]
3edition = "2021"
4license = "MIT"
5name = "skip_debug"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
10prost = "0.13"
11tonic = { path = "../../tonic" }
12
13[build-dependencies]
14tonic-build = { path = "../../tonic-build" }
15