diff --git a/circomcompat.nimble b/circomcompat.nimble index 47f46ad..a6a85d3 100644 --- a/circomcompat.nimble +++ b/circomcompat.nimble @@ -4,13 +4,9 @@ version = "0.1.0" author = "Dmitriy Ryajov" description = "Nim wrapper for rust circom compat (ark-circom)" license = "MIT" -srcDir = "src" - # Dependencies -requires "nim >= 1.2.18" - import std/os task genffi, "update the nim ffi bindings":