mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-29 19:30:37 +00:00
* refactor: add `get_total_cpu_millicores()` / `get_total_cpu_cores()` / `get_total_memory_bytes()` / `get_total_memory_readable()` in common-stat Signed-off-by: zyy17 <zyylsxm@gmail.com> * tests: update sqlness test cases Signed-off-by: zyy17 <zyylsxm@gmail.com> --------- Signed-off-by: zyy17 <zyylsxm@gmail.com>
40 lines
945 B
TOML
40 lines
945 B
TOML
[package]
|
|
name = "standalone"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
async-trait.workspace = true
|
|
catalog.workspace = true
|
|
client.workspace = true
|
|
common-base.workspace = true
|
|
common-config.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
common-meta.workspace = true
|
|
common-options.workspace = true
|
|
common-procedure.workspace = true
|
|
common-query.workspace = true
|
|
common-stat.workspace = true
|
|
common-telemetry.workspace = true
|
|
common-time.workspace = true
|
|
common-version.workspace = true
|
|
common-wal.workspace = true
|
|
datanode.workspace = true
|
|
file-engine.workspace = true
|
|
flow.workspace = true
|
|
frontend.workspace = true
|
|
hostname.workspace = true
|
|
log-store.workspace = true
|
|
mito2.workspace = true
|
|
query.workspace = true
|
|
serde.workspace = true
|
|
servers.workspace = true
|
|
snafu.workspace = true
|
|
store-api.workspace = true
|
|
tokio.workspace = true
|