1
0
Fork 0

switch to using new crate::build system

This commit is contained in:
Jacob Lifshay 2025-09-28 23:05:24 -07:00
parent aacd05378f
commit 7af9abfb6f
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
24 changed files with 5202 additions and 3043 deletions

View file

@ -22,11 +22,12 @@ base64 = "0.22.1"
bitvec = { version = "1.0.1", features = ["serde"] }
blake3 = { version = "1.5.4", features = ["serde"] }
clap = { version = "4.5.9", features = ["derive", "env", "string"] }
clap_complete = "4.5.58"
ctor = "0.2.8"
eyre = "0.6.12"
hashbrown = "0.15.2"
indexmap = { version = "2.5.0", features = ["serde"] }
jobslot = "0.2.19"
jobslot = "0.2.23"
num-bigint = "0.4.6"
num-traits = "0.2.16"
petgraph = "0.8.1"