diff options
| author | Micha White <botahamec@outlook.com> | 2025-10-04 19:07:22 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2025-10-04 19:07:22 -0400 |
| commit | 84105e10d0ce93052cdce677e8472bdcc3c388db (patch) | |
| tree | 4fff3ee866aff26c79c9cf3ec1bacba9cd78535f /Cargo.lock | |
| parent | 1dd18cdb4c9e537993cef42dd6bb7c040b9ca232 (diff) | |
Basic diffing
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -18,6 +18,31 @@ dependencies = [ ] [[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + +[[package]] +name = "hashbrown" +version = "0.15.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" +dependencies = [ + "foldhash", +] + +[[package]] +name = "imara-diff" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2f01d462f766df78ab820dd06f5eb700233c51f0f4c2e846520eaf4ba6aa5c5c" +dependencies = [ + "hashbrown", + "memchr", +] + +[[package]] name = "itoa" version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -34,6 +59,7 @@ name = "pj" version = "0.1.0" dependencies = [ "fast-glob", + "imara-diff", "serde", "serde_json", "walkdir", |
