Allow displaying diffs in the ui. (#8)

Reviewed-on: #8
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
Drew 2026-03-11 16:37:42 +00:00 committed by Drew
parent af080710cc
commit 5a49cba1e6
9 changed files with 481 additions and 114 deletions

7
Cargo.lock generated
View file

@ -2061,6 +2061,12 @@ dependencies = [
"libc",
]
[[package]]
name = "similar"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
[[package]]
name = "siphasher"
version = "1.0.2"
@ -2080,6 +2086,7 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
"similar",
"tempfile",
"thiserror 2.0.18",
"tokio",