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