Add authorized pipe messages over Iroh

This commit is contained in:
Eric Wendland 2026-05-20 13:57:14 +02:00
commit 78dbbf240b
11 changed files with 712 additions and 31 deletions

View file

@ -7,6 +7,7 @@ license.workspace = true
[dependencies]
anyhow.workspace = true
base64.workspace = true
clap.workspace = true
serde_json.workspace = true
tokio.workspace = true
@ -14,3 +15,4 @@ geth-config = { path = "../geth-config" }
geth-control = { path = "../geth-control" }
geth-cas = { path = "../geth-cas" }
geth-node = { path = "../geth-node" }
geth-pipe = { path = "../geth-pipe" }