feat: add weight
This commit is contained in:
16
examples/rebalancing-stress/Cargo.toml
Normal file
16
examples/rebalancing-stress/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "rebalancing-stress"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
nocontrol.workspace = true
|
||||
|
||||
anyhow.workspace = true
|
||||
tokio.workspace = true
|
||||
serde.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
uuid.workspace = true
|
||||
tokio-util = { version = "0.7", features = ["rt"] }
|
||||
Reference in New Issue
Block a user