Files
orion_greptime_proto/Cargo.toml
T
Ruihang Xia 0bebe5f69c chore(deps): bump tonic and tonic-build
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
2023-04-14 14:30:41 +08:00

13 lines
179 B
TOML

[package]
name = "greptime-proto"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[dependencies]
prost = "0.11"
tonic = "0.9"
[build-dependencies]
tonic-build = "0.9"