Add daemon-owned Iroh endpoint

This commit is contained in:
Eric Wendland 2026-05-16 01:54:00 +02:00
commit ebc40ed208
14 changed files with 3930 additions and 431 deletions

View file

@ -6,4 +6,12 @@ rust-version.workspace = true
license.workspace = true
[dependencies]
hex.workspace = true
iroh.workspace = true
rand_core.workspace = true
serde.workspace = true
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true
tokio.workspace = true