upgrade
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
2025-05-29 07:42:20 -04:00
parent b9c84bee83
commit 99fe37ebc3
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bellande_mesh_sync"
version = "0.0.4"
version = "0.0.5"
edition = "2021"
authors = ["Ronaldson Bellande <ronaldsonbellande@gmail.com>"]
description = "Advanced data synchronization system for distributed applications with algorithmic architecture"

View File

@@ -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"