mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
17 lines
340 B
TOML
17 lines
340 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arrow.workspace = true
|
|
chrono.workspace = true
|
|
clap.workspace = true
|
|
client.workspace = true
|
|
futures-util.workspace = true
|
|
indicatif = "0.17.1"
|
|
itertools.workspace = true
|
|
parquet.workspace = true
|
|
tokio.workspace = true
|