Files
tonic/tests/disable_comments/Cargo.toml
T
2022-12-13 15:16:49 -05:00

18 lines
393 B
TOML

[package]
authors = ["bouzuya <m@bouzuya.net>"]
edition = "2021"
license = "MIT"
name = "disable-comments"
publish = false
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
prost = "0.11"
tonic = { path = "../../tonic" }
[build-dependencies]
prost-build = "0.11.4"
tonic-build = { path = "../../tonic-build" }