Implement chrs-election: Stateful weighted leader election following original CHORUS specs

This commit is contained in:
anthonyrawlins
2026-03-04 04:49:03 +11:00
parent 83ef40d3e2
commit 6bc78f4854
908 changed files with 739 additions and 32 deletions

View File

@@ -1,5 +1,6 @@
[workspace]
members = [
"chrs-election",
"UCXL",
"chrs-mail",
"chrs-graph",
@@ -18,5 +19,5 @@ members = [
"chrs-code-edit",
"chrs-discovery",
"chrs-observer"
]
, "chrs-election"]
resolver = "2"