mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 05:12:54 +00:00
15 lines
314 B
TOML
15 lines
314 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
arrow = "28.0"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
client = { path = "../src/client" }
|
|
indicatif = "0.17.1"
|
|
itertools = "0.10.5"
|
|
parquet = "28.0"
|
|
tokio = { version = "1.21", features = ["full"] }
|