Add authorized pipe messages over Iroh
This commit is contained in:
parent
3eb6b623e7
commit
78dbbf240b
11 changed files with 712 additions and 31 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue