nim-groth16/groth16.nimble
markspanbroek 1aa85c3ad8
fix(nimble): ensure that constantine works in windows (#2)
* fix(nimble): ensure constantine works on windows

* fix(ci): run with nim 2.2.6 on windows, mac and linux
2025-12-17 16:32:56 +01:00

12 lines
377 B
Nim

version = "0.1.0"
author = "Balazs Komuves"
description = "Groth16 proof system"
license = "MIT OR Apache-2.0"
skipDirs = @["groth16/example"]
binDir = "build"
namedBin = {"cli/cli_main": "nim-groth16"}.toTable()
requires "https://github.com/status-im/nim-taskpools"
requires "https://github.com/durability-labs/constantine#v0.2.0-fix-nimble-windows"