latest pushes

This commit is contained in:
Ronaldson Bellande 2024-10-30 11:31:31 -04:00
parent 0c5d35bbce
commit 733bd98715

View File

@ -1,6 +1,6 @@
[package] [package]
name = "bellande_mesh_sync" name = "bellande_mesh_sync"
version = "0.0.1" version = "0.0.2"
edition = "2021" edition = "2021"
authors = ["Ronaldson Bellande <ronaldsonbellande@gmail.com>"] authors = ["Ronaldson Bellande <ronaldsonbellande@gmail.com>"]
description = "Advanced peer-to-peer data synchronization system for distributed applications" 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"] } hyper-rustls = { version = "0.24", features = ["http1", "http2"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
hyper = { version = "0.14", features = ["full"] } hyper = { version = "0.14", features = ["full"] }
futures = "0.3"
serde_json = "1.0" serde_json = "1.0"
bincode = "1.3" bincode = "1.3"
rand = "0.8" rand = "0.8"
uuid = { version = "1.3", features = ["v4", "serde"] }
rustls = "0.21" rustls = "0.21"
chrono = { version = "0.4", features = ["serde"] }
sled = "0.34"
tokio-util = { version = "0.7", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] }
async-trait = "0.1" async-trait = "0.1"
tokio-rustls = "0.24" tokio-rustls = "0.24"