mirror of
https://github.com/logos-storage/circom-witnessgen.git
synced 2026-02-19 20:03:07 +00:00
fucking nimble
This commit is contained in:
parent
ab2c699f8d
commit
461a7b14d4
@ -4,6 +4,9 @@ description = "Witness generation for circom circuits"
|
||||
license = "MIT OR Apache-2.0"
|
||||
srcDir = "nim"
|
||||
|
||||
bin = @["testMain"]
|
||||
installExt = @["nim"]
|
||||
skipDirs = @["tmp"]
|
||||
|
||||
bin = @["testMain"]
|
||||
|
||||
requires "constantine >= 0.2.0"
|
||||
@ -1,7 +1,17 @@
|
||||
|
||||
{. warning[UnusedImport]:off .}
|
||||
|
||||
import circom_witnessgen/input_json
|
||||
import circom_witnessgen/graph
|
||||
import circom_witnessgen/semantics
|
||||
import circom_witnessgen/dependencies
|
||||
import circom_witnessgen/partial
|
||||
import circom_witnessgen/load
|
||||
import circom_witnessgen/export_wtns
|
||||
|
||||
export input_json
|
||||
export load
|
||||
export graph
|
||||
export export_wtns
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user