Add local file conflict metadata

This commit is contained in:
Eric Wendland 2026-05-18 03:57:26 +02:00
commit 20c88af800
13 changed files with 673 additions and 15 deletions

2
Cargo.lock generated
View file

@ -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",