From 733bd987150ba73a04de661c8f8169a8cb08e8b2 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Wed, 30 Oct 2024 11:31:31 -0400 Subject: [PATCH] latest pushes --- Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b861b52..83c1fae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bellande_mesh_sync" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["Ronaldson Bellande "] description = "Advanced peer-to-peer data synchronization system for distributed applications" @@ -19,14 +19,10 @@ tokio = { version = "1.0", features = ["full"] } hyper-rustls = { version = "0.24", features = ["http1", "http2"] } serde = { version = "1.0", features = ["derive"] } hyper = { version = "0.14", features = ["full"] } -futures = "0.3" serde_json = "1.0" bincode = "1.3" rand = "0.8" -uuid = { version = "1.3", features = ["v4", "serde"] } rustls = "0.21" -chrono = { version = "0.4", features = ["serde"] } -sled = "0.34" tokio-util = { version = "0.7", features = ["full"] } async-trait = "0.1" tokio-rustls = "0.24"