mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 05:12:54 +00:00
* chore: upgrade to Arrow 29.0 and use workspace package and dependencies * fix: resolve PR comments Co-authored-by: luofucong <luofucong@greptime.com>
15 lines
347 B
TOML
15 lines
347 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 = { version = "1.21", features = ["full"] }
|