my fork of dmp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66d8b26..36d4d24 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "diff-match-patch-rs"
version = "0.5.1"
edition = "2021"
authors = ["Anubhab Bandyopadhyay"]
-homepage = "https://docs.rs/diff-match-patch-rs"
+homepage = "https://docs.rs/diff-match-patch-rs"
repository = "https://github.com/AnubhabB/diff-match-patch-rs.git"
description = "The fastest implementation of Myer's diff algorithm to perform the operations required for synchronizing plain text."
readme = "README.md"
@@ -13,6 +13,8 @@ categories = ["algorithms", "text-processing", "text-editors", "wasm"]
[dependencies]
percent-encoding = "2"
+serde = "1.0.228"
+serde_derive = "1.0.228"
[target.wasm32-unknown-unknown.dependencies]
chrono = "0"
@@ -23,7 +25,7 @@ targets = [
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-apple-darwin",
- "wasm32-unknown-unknown"
+ "wasm32-unknown-unknown",
]
rustdoc-args = ["--generate-link-to-definition"]
@@ -31,4 +33,4 @@ rustdoc-args = ["--generate-link-to-definition"]
name = "efficiency"
[[example]]
-name = "compat" \ No newline at end of file
+name = "compat"