Implement HARP and CPL milestones through v0.5.11

This commit is contained in:
2026-07-20 07:39:50 -07:00
parent 4b8dc903e4
commit 550f2cbff9
109 changed files with 57576 additions and 741 deletions
+12 -1
View File
@@ -3980,7 +3980,7 @@ dependencies = [
[[package]]
name = "thinkloom"
version = "0.5.0"
version = "0.5.11"
dependencies = [
"chrono",
"hex",
@@ -3989,12 +3989,14 @@ dependencies = [
"reqwest 0.12.28",
"rfd",
"rusqlite",
"ryu",
"serde",
"serde_json",
"sha2",
"tauri",
"tauri-build",
"tempfile",
"unicode-normalization",
"uuid",
"walkdir",
"zip",
@@ -4426,6 +4428,15 @@ version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
[[package]]
name = "unicode-normalization"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.13.3"