mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 23:32:55 +00:00
* refactor: move Database to client crate behind testing feature Signed-off-by: tison <wander4096@gmail.com> * partial move Signed-off-by: tison <wander4096@gmail.com> * catch up more Signed-off-by: tison <wander4096@gmail.com> * fix imports Signed-off-by: tison <wander4096@gmail.com> * finish Signed-off-by: tison <wander4096@gmail.com> * tidy Signed-off-by: tison <wander4096@gmail.com> --------- Signed-off-by: tison <wander4096@gmail.com>
39 lines
891 B
TOML
39 lines
891 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
arrow.workspace = true
|
|
chrono.workspace = true
|
|
clap.workspace = true
|
|
client = { workspace = true, features = ["testing"] }
|
|
common-base.workspace = true
|
|
common-telemetry.workspace = true
|
|
common-wal.workspace = true
|
|
dotenv.workspace = true
|
|
futures.workspace = true
|
|
futures-util.workspace = true
|
|
humantime.workspace = true
|
|
humantime-serde.workspace = true
|
|
indicatif = "0.17.1"
|
|
itertools.workspace = true
|
|
lazy_static.workspace = true
|
|
log-store.workspace = true
|
|
mito2.workspace = true
|
|
num_cpus.workspace = true
|
|
parquet.workspace = true
|
|
prometheus.workspace = true
|
|
rand.workspace = true
|
|
rskafka.workspace = true
|
|
serde.workspace = true
|
|
store-api.workspace = true
|
|
tokio.workspace = true
|
|
toml.workspace = true
|
|
uuid.workspace = true
|