Skip to content

Commit

Permalink
merge_tools: create builtin diff editor
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Aug 30, 2023
1 parent ccd67e8 commit 5dd2cfa
Show file tree
Hide file tree
Showing 6 changed files with 659 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 @@ -65,6 +65,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 5dd2cfa

Please sign in to comment.