Rename package
This commit is contained in:
parent
ce4af278ac
commit
7e9ea69a08
41 changed files with 58 additions and 209 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "reconcile"
|
||||
name = "reconcile-text"
|
||||
description = "Think diff3 or git merge, but with automated conflict resolution that requires no user intervention"
|
||||
version = "0.4.3"
|
||||
rust-version = "1.85"
|
||||
|
|
@ -16,6 +16,10 @@ exclude = ["reconcile-js", ".*", "examples/website"]
|
|||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[[example]]
|
||||
name = "merge-file"
|
||||
path = "examples/merge-file.rs"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.219", optional = true, features = ["derive"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue