Merge remote-tracking branch 'origin/feat/transport/iroh-transport' into transport/trait-and-types

# Conflicts:
#	Cargo.lock
#	crates/wraith-core/Cargo.toml
This commit is contained in:
2026-06-02 10:30:12 +00:00
4 changed files with 213 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ async-trait = "0.1"
ipnetwork = "0.21.1"
[dev-dependencies]
wraith-core = { path = ".", features = ["testutil", "tls"] }
wraith-core = { path = ".", features = ["testutil", "tls", "iroh"] }
tempfile = "3"
rcgen = "0.14"
rand_core = "0.6"
rand_core = "0.6"
ssh-key = { version = "0.6", features = ["ed25519", "alloc"] }