Files
orion_greptime_proto/Cargo.toml
T
LFC 1353b0ada9 chore: upgrade tonic and prost family to v0.14 (#301)
* chore: upgrade tonic and prost family to v0.14

* fix ci
2026-01-14 17:34:01 +08:00

19 lines
336 B
TOML

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