summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2025-10-04 19:07:22 -0400
committerMicha White <botahamec@outlook.com>2025-10-04 19:07:22 -0400
commit84105e10d0ce93052cdce677e8472bdcc3c388db (patch)
tree4fff3ee866aff26c79c9cf3ec1bacba9cd78535f /Cargo.toml
parent1dd18cdb4c9e537993cef42dd6bb7c040b9ca232 (diff)
Basic diffing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ab2500a..f959f9d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ walkdir = "2"
fast-glob = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
+imara-diff = "0.2"