mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-23 00:10:38 +00:00
* feat: add datanode workload type support * refactor: enhance datanode lease filtering with mode conditions * chore: update config.md * fix: fix clippy * chore: apply suggestions from CR * feat: add feature gate * fix: fmt and clippy * refactor: minor refactor * chore: apply suggestions from CR * chore: apply suggestions from CR * refactor: minior refactor * test: fix unit test
14 lines
230 B
TOML
14 lines
230 B
TOML
[package]
|
|
name = "common-workload"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
common-telemetry.workspace = true
|
|
serde.workspace = true
|