Skip to content

Commit

Permalink
merge_tools: create internal difftool
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Aug 23, 2023
1 parent 7226334 commit a375859
Show file tree
Hide file tree
Showing 5 changed files with 682 additions and 2 deletions.
61 changes: 60 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ smallvec = { version = "1.11.0", features = [
"const_new",
"union",
] }
scm-record = "0.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.105"
slab = "0.4.9"
Expand Down
1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pest.workspace = true
pest_derive.workspace = true
regex.workspace = true
rpassword.workspace = true
scm-record.workspace = true
serde.workspace = true
slab.workspace = true
tempfile.workspace = true
Expand Down
Loading

0 comments on commit a375859

Please sign in to comment.