latest pushes
This commit is contained in:
parent
0c5d35bbce
commit
733bd98715
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bellande_mesh_sync"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
authors = ["Ronaldson Bellande <ronaldsonbellande@gmail.com>"]
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user