AppFlowy-Cloud/libs/tonic-proto/Cargo.toml

15 lines
346 B
TOML

[package]
name = "tonic-proto"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic.workspace = true
prost.workspace = true
tracing.workspace = true
serde = { version = "1.0", features = ["derive"] }
[build-dependencies]
tonic-build = "0.12.3"