fix(nimble): remove faulty srcDir

This commit is contained in:
Mark Spanbroek 2025-09-25 16:57:26 +02:00 committed by markspanbroek
parent 435100032f
commit 931188779f

View File

@ -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":