mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
25 lines
489 B
TOML
25 lines
489 B
TOML
[package]
|
|
name = "api"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
common-base.workspace = true
|
|
common-decimal.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-time.workspace = true
|
|
datatypes.workspace = true
|
|
greptime-proto.workspace = true
|
|
paste.workspace = true
|
|
prost.workspace = true
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.11"
|