forked from libre-chip/fayalite
cache results of formal proofs
This commit is contained in:
parent
99180eb3b4
commit
bf907c3872
4 changed files with 175 additions and 16 deletions
|
@ -19,6 +19,7 @@ fayalite-proc-macros-impl = { version = "=0.2.0", path = "crates/fayalite-proc-m
|
|||
fayalite-visit-gen = { version = "=0.2.0", path = "crates/fayalite-visit-gen" }
|
||||
base16ct = "0.2.0"
|
||||
bitvec = { version = "1.0.1", features = ["serde"] }
|
||||
blake3 = { version = "1.5.4", features = ["serde"] }
|
||||
clap = { version = "4.5.9", features = ["derive", "env", "string"] }
|
||||
eyre = "0.6.12"
|
||||
hashbrown = "0.14.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue