mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-17 10:42:55 +00:00
19 lines
436 B
TOML
19 lines
436 B
TOML
[package]
|
|
name = "api"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arrow-flight.workspace = true
|
|
common-base = { path = "../common/base" }
|
|
common-error = { path = "../common/error" }
|
|
common-time = { path = "../common/time" }
|
|
datatypes = { path = "../datatypes" }
|
|
prost = "0.11"
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
tonic = "0.8"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.8"
|