Rename package

This commit is contained in:
Andras Schmelczer 2025-07-09 23:21:01 +01:00
parent ce4af278ac
commit 7e9ea69a08
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
41 changed files with 58 additions and 209 deletions

View file

@ -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"] }