replaced similar with diff-match-patch-rs and added rand

This commit is contained in:
Iaphetes 2025-03-13 21:23:10 +01:00
parent bf8b573050
commit 58a2229cce
2 changed files with 69 additions and 27 deletions

View file

@ -1,5 +1,4 @@
cargo-features = ["codegen-backend"]
[package]
name = "apographe"
version = "0.1.0"
@ -34,6 +33,7 @@ fuzzy-matcher = "0.3"
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "sqlite"] }
confy = "0.6.1"
tauri-plugin-dialog = "2"
similar = { version = "2.7", features = ["unicode"] }
diff-match-patch-rs = "0.4.1"
rand = "0.9"
# [profile.dev]
# codegen-backend = "cranelift"