Implement chrs-election: Stateful weighted leader election following original CHORUS specs
This commit is contained in:
@@ -13,6 +13,7 @@ chrs-exec = { path = "../chrs-exec" }
|
||||
chrs-prompts = { path = "../chrs-prompts" }
|
||||
chrs-code-edit = { path = "../chrs-code-edit" }
|
||||
chrs-discovery = { path = "../chrs-discovery" }
|
||||
chrs-election = { path = "../chrs-election" }
|
||||
git2 = "0.18"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user