feat(app): harden cancellable LAPP turns
verify / verify (push) Has been cancelled

This commit is contained in:
Codex
2026-07-28 08:44:53 -04:00
parent 4831db1763
commit 23672e857b
26 changed files with 2822 additions and 167 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
sha2 = "0.10.9"
thiserror = "2.0.17"
tokio = { version = "1.44.2", features = ["rt", "time"] }
tokio = { version = "1.44.2", features = ["rt", "sync", "time"] }
ts-rs = { version = "11.1.0", features = ["serde-compat"] }
[workspace.lints.rust]