mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
15 lines
320 B
TOML
15 lines
320 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arrow.workspace = true
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
client = { path = "../src/client" }
|
|
indicatif = "0.17.1"
|
|
itertools = "0.10.5"
|
|
parquet.workspace = true
|
|
tokio.workspace = true
|