diff --git a/Cargo.toml b/Cargo.toml index cfd16ea..a5ae5af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bellande_mesh_sync" -version = "0.0.4" +version = "0.0.5" edition = "2021" authors = ["Ronaldson Bellande "] description = "Advanced data synchronization system for distributed applications with algorithmic architecture" diff --git a/dependencies.bellande b/dependencies.bellande index a6e9bf9..08c978d 100644 --- a/dependencies.bellande +++ b/dependencies.bellande @@ -36,3 +36,10 @@ serde_json: "1.0" bincode: "1.3" rand: "0.8" async-trait: "0.1" + +# Bellande Architecture +bellande_step: "0.1.1" +bellande_limit: "0.1.2" +bellande_node_importance: "0.1.3" +bellande_probability: "0.1.2" +bellande_particle: "0.1.1"