mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
20 lines
366 B
TOML
20 lines
366 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
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
|