mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
* fix: introduce gc task for metadata kvbackend * refactor: refine KvbackendConfig * chore: apply suggestions from CR
33 lines
708 B
TOML
33 lines
708 B
TOML
[package]
|
|
name = "common-config"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
common-base.workspace = true
|
|
common-error.workspace = true
|
|
common-macro.workspace = true
|
|
config.workspace = true
|
|
humantime-serde.workspace = true
|
|
num_cpus.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
serde_with.workspace = true
|
|
snafu.workspace = true
|
|
sysinfo.workspace = true
|
|
toml.workspace = true
|
|
|
|
[dev-dependencies]
|
|
common-telemetry.workspace = true
|
|
common-test-util.workspace = true
|
|
common-wal.workspace = true
|
|
datanode.workspace = true
|
|
meta-client.workspace = true
|
|
serde.workspace = true
|
|
temp-env = "0.3"
|
|
tempfile.workspace = true
|