Reconnection system using secret for the relay server #46

Merged
CoCo_Sol merged 7 commits from reconnect into main 2024-02-12 22:41:02 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit c48f71f7b5 - Show all commits

1
Cargo.lock generated
View file

@ -3682,7 +3682,6 @@ dependencies = [
"dashmap", "dashmap",
"futures", "futures",
"lazy_static", "lazy_static",
"rand",
"sled", "sled",
"tokio", "tokio",
"uuid", "uuid",

View file

@ -20,4 +20,3 @@ futures = "0.3.30"
dashmap = "5.5.3" dashmap = "5.5.3"
anyhow = "1.0.79" anyhow = "1.0.79"
sled = "0.34.7" sled = "0.34.7"
rand = "0.8.5"