mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
15 lines
253 B
TOML
15 lines
253 B
TOML
[package]
|
|
name = "common-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
common-base.workspace = true
|
|
num_cpus.workspace = true
|
|
serde.workspace = true
|
|
sysinfo.workspace = true
|