mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
12 lines
275 B
TOML
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"] }
|