mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 06:42:57 +00:00
* chore: get header in grpc & temp save * chore: change authscheme to include data str * chore: add auth to grpc flight handler * chore: add unit test & hold for now since grpc api doesnt accept req input * chore: minor change * chore: minor change * chore: add flight context to database interface * chore: add test * chore: update proto version & fix cr issue * chore: add test * chore: minor update
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 = "1599ae2a0d1d8f42ee23ed26e4ad7a7b34134c60" }
|
|
prost.workspace = true
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
tonic.workspace = true
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.8"
|