Add local file conflict metadata
This commit is contained in:
parent
e1f36ffafb
commit
20c88af800
13 changed files with 673 additions and 15 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1047,6 +1047,7 @@ dependencies = [
|
|||
"geth-control",
|
||||
"geth-node",
|
||||
"geth-store",
|
||||
"geth-types",
|
||||
"rusqlite",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
|
|
@ -1083,6 +1084,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
"geth-cas",
|
||||
"geth-config",
|
||||
"geth-control",
|
||||
"geth-node",
|
||||
|
|
|
|||
Loading…
Reference in a new issue