mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-16 18:22:55 +00:00
* chore: impl `BatchDelete` * chore: add `batch_delete` to meta-client * fix: auth param length check * fix: auth param length check * chore: rebase develop * chore: use `filter_map` Co-authored-by: LFC <bayinamine@gmail.com> * chore: update error msg Co-authored-by: LFC <bayinamine@gmail.com> * fix: pre-allocate vec length --------- Co-authored-by: LFC <bayinamine@gmail.com>
20 lines
583 B
TOML
20 lines
583 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" }
|
|
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "d3861c34f7920238869d0d4e50dc1e6b189d2a6b" }
|
|
prost.workspace = true
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
tonic.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.8"
|