feat: add weight

This commit is contained in:
2026-03-06 12:54:41 +01:00
parent 0fa906a8cf
commit 5e1cd2b1e7
11 changed files with 680 additions and 39 deletions

14
Cargo.lock generated
View File

@@ -1647,6 +1647,20 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "rebalancing-stress"
version = "0.1.0"
dependencies = [
"anyhow",
"nocontrol",
"serde",
"tokio",
"tokio-util",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "redox_syscall"
version = "0.5.18"