mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 05:12:54 +00:00
* feat: add license checker workflow Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix existing header Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * specify license for internal sub-crate Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix rustfmt Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
15 lines
323 B
TOML
15 lines
323 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
arrow = "10"
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
client = { path = "../src/client" }
|
|
indicatif = "0.17.1"
|
|
itertools = "0.10.5"
|
|
parquet = { version = "*" }
|
|
tokio = { version = "1.21", features = ["full"] }
|