Files
greptimedb/tests/runner/Cargo.toml
Ruihang Xia b407ebf6bb feat: integration test suite (#487)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
2022-11-22 15:34:13 +08:00

12 lines
275 B
TOML

[package]
name = "sqlness-runner"
version = "0.1.0"
edition = "2021"
[dependencies]
async-trait = "0.1"
client = { path = "../../src/client" }
comfy-table = "6.1"
sqlness = { git = "https://github.com/ceresdb/sqlness.git" }
tokio = { version = "1.21", features = ["full"] }