Connected Devices logic

This commit is contained in:
Ultradesu
2026-07-24 16:12:14 +03:00
parent 512a818a6a
commit e5353fa9b9
5 changed files with 756 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ iroh-tickets = "1"
mainline = "7"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "io-util", "io-std", "signal"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
postcard = { version = "1", features = ["alloc"] }
blake3 = "1"
futures = "0.3"