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

2
Cargo.lock generated
View file

@ -1087,11 +1087,13 @@ name = "geth-cli"
version = "0.1.0"
dependencies = [
"anyhow",
"base64",
"clap",
"geth-cas",
"geth-config",
"geth-control",
"geth-node",
"geth-pipe",
"serde_json",
"tokio",
]