Harden commitment domain contracts

This commit is contained in:
2026-05-25 12:44:01 -04:00
parent 54e9433835
commit 27fabab2b9
3 changed files with 587 additions and 13 deletions
+1
View File
@@ -12,6 +12,7 @@ shellexpand = "3.1.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
sha2 = "0.10.8"
uuid = { version = "1", features = ["v7"] }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "processthreadsapi"] }