1
0
Fork 0

change VCD id generation to be based on hashing the path, making them better for git diff

This commit is contained in:
Jacob Lifshay 2026-02-23 19:59:00 -08:00
parent cb4e1f42c0
commit dbed947408
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
28 changed files with 9183 additions and 8969 deletions

1
Cargo.lock generated
View file

@ -324,6 +324,7 @@ dependencies = [
"petgraph",
"serde",
"serde_json",
"sha2",
"tempfile",
"trybuild",
"vec_map",