Files
orion_greptime_proto/Cargo.toml
T
Yingwen 683e9d10ae chore: upgrade prost (#211)
Co-authored-by: luofucong <luofc@foxmail.com>
Co-authored-by: shuiyisong <113876041+shuiyisong@users.noreply.github.com>
2025-01-22 16:46:05 +08:00

17 lines
288 B
TOML

[package]
name = "greptime-proto"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
[dependencies]
prost = "0.13"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
strum = "0.25"
strum_macros = "0.25"
tonic = "0.12"
[build-dependencies]
tonic-build = "0.12"