Added randezvous

This commit is contained in:
Ultradesu
2026-07-16 16:04:05 +03:00
parent 52865470b6
commit 747ed7a3e9
14 changed files with 788 additions and 81 deletions
+3
View File
@@ -10,6 +10,8 @@ rust-version.workspace = true
iroh = { workspace = true }
iroh-base = { workspace = true }
iroh-tickets = { workspace = true }
mainline = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true }
serde = { workspace = true }
postcard = { workspace = true }
@@ -21,5 +23,6 @@ rand = { workspace = true }
[dev-dependencies]
anyhow = { workspace = true }
mainline = { workspace = true }
tempfile = { workspace = true }
tokio = { workspace = true, features = ["test-util"] }