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