Implement chrs-council: Governance layer with weighted leader election and task delegation
This commit is contained in:
13
chrs-council-demo/Cargo.toml
Normal file
13
chrs-council-demo/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "chrs-council-demo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrs-agent = { path = "../chrs-agent" }
|
||||
chrs-mail = { path = "../chrs-mail" }
|
||||
chrs-council = { path = "../chrs-council" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
serde_json = "1.0"
|
||||
uuid = { version = "1.0", features = ["v4"] }
|
||||
chrono = "0.4"
|
||||
Reference in New Issue
Block a user