mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-18 22:10:42 +00:00
* bump version and update test Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * quit all processes on drop Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Update tests/runner/src/env.rs --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
19 lines
611 B
TOML
19 lines
611 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-error = { path = "../../src/common/error" }
|
|
common-grpc = { path = "../../src/common/grpc" }
|
|
common-query = { path = "../../src/common/query" }
|
|
common-time = { path = "../../src/common/time" }
|
|
serde.workspace = true
|
|
sqlness = { git = "https://github.com/CeresDB/sqlness.git", rev = "dde4b19d7e4a41319d05a0c5bfae5c4422fde14f" }
|
|
tinytemplate = "1.2"
|
|
tokio.workspace = true
|