mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-30 20:00:36 +00:00
* feat: replace SelectResult with FlightData * Update tests/runner/src/env.rs Co-authored-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
14 lines
366 B
TOML
14 lines
366 B
TOML
[package]
|
|
name = "sqlness-runner"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
client = { path = "../../src/client" }
|
|
common-base = { path = "../../src/common/base" }
|
|
common-grpc = { path = "../../src/common/grpc" }
|
|
sqlness = { git = "https://github.com/ceresdb/sqlness.git" }
|
|
tokio.workspace = true
|