6fadcf8c7a
* move protobuf from GreptimeDB * add license check * add other github actions
13 lines
179 B
TOML
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.8"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.8"
|