mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
19 lines
516 B
TOML
19 lines
516 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 = "0.4"
|
|
tinytemplate = "1.2"
|
|
tokio.workspace = true
|