replaced similar with diff-match-patch-rs and added rand
This commit is contained in:
parent
bf8b573050
commit
58a2229cce
2 changed files with 69 additions and 27 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue