[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 = "0bebe5f69c91cdfbce85cb8f45f9fcd28185261c" } prost.workspace = true snafu = { version = "0.7", features = ["backtraces"] } tonic.workspace = true [build-dependencies] tonic-build = "0.9"