Start on the task to manage the swarm

This commit is contained in:
Luke Parker
2025-01-04 23:28:29 -05:00
parent 3daeea09e6
commit 9a5a661d04
5 changed files with 168 additions and 21 deletions

View File

@@ -25,6 +25,7 @@ bitvec = { version = "1", default-features = false, features = ["std"] }
rand_core = { version = "0.6", default-features = false, features = ["std"] }
blake2 = { version = "0.10", default-features = false, features = ["std"] }
schnorrkel = { version = "0.11", default-features = false, features = ["std"] }
transcript = { package = "flexible-transcript", path = "../crypto/transcript", default-features = false, features = ["std", "recommended"] }
ciphersuite = { path = "../crypto/ciphersuite", default-features = false, features = ["std"] }