1
0
Fork 0

WIP converting from cli.rs to build/*.rs

This commit is contained in:
Jacob Lifshay 2025-09-24 22:28:25 -07:00
parent 908ccef674
commit aacd05378f
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
7 changed files with 313 additions and 27 deletions

View file

@ -29,7 +29,6 @@ indexmap = { version = "2.5.0", features = ["serde"] }
jobslot = "0.2.19"
num-bigint = "0.4.6"
num-traits = "0.2.16"
os_pipe = "1.2.1"
petgraph = "0.8.1"
prettyplease = "0.2.20"
proc-macro2 = "1.0.83"