This commit is contained in:
2024-10-24 03:25:54 -04:00
parent 34f8ed4bc8
commit 6c02e9a0a5
5 changed files with 588 additions and 110 deletions

View File

@@ -16,7 +16,10 @@ path = "src/bellande_mesh_sync.rs"
[dependencies]
tokio = { version = "1.28", features = ["rt", "net", "time", "sync", "macros"] }
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"