simulator WIP: use petgraph for topological sort over assignments

This commit is contained in:
Jacob Lifshay 2024-11-13 04:14:04 -08:00
parent 3106a6fff6
commit a6e40839ac
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
5 changed files with 887 additions and 145 deletions

View file

@ -29,6 +29,7 @@ jobslot = "0.2.19"
num-bigint = "0.4.6"
num-traits = "0.2.16"
os_pipe = "1.2.1"
petgraph = "0.6.5"
prettyplease = "0.2.20"
proc-macro2 = "1.0.83"
quote = "1.0.36"