Add local DB resource registration
This commit is contained in:
parent
21920b51b5
commit
4ec50d7473
14 changed files with 313 additions and 8 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -1115,6 +1115,7 @@ name = "geth-control"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"geth-auth",
|
||||
"geth-db",
|
||||
"geth-keychain",
|
||||
"geth-resource",
|
||||
"geth-ssh-identity",
|
||||
|
|
@ -1145,6 +1146,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"geth-types",
|
||||
"serde",
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1205,6 +1207,7 @@ dependencies = [
|
|||
"geth-config",
|
||||
"geth-control",
|
||||
"geth-crypto",
|
||||
"geth-db",
|
||||
"geth-iroh",
|
||||
"geth-keychain",
|
||||
"geth-resource",
|
||||
|
|
|
|||
Loading…
Reference in a new issue