forked from libre-chip/fayalite
switch to using new crate::build system
This commit is contained in:
parent
aacd05378f
commit
7af9abfb6f
24 changed files with 5202 additions and 3043 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue