nim-groth16/groth16.nimble
Mark Spanbroek c1af75cf25 chore: update to constantine 0.2.0
Co-Authored-By: Dmitriy Ryajov <dryajov@gmail.com>
2025-07-02 14:40:30 +02:00

11 lines
351 B
Nim

version = "0.0.1"
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/mratsim/constantine >= 0.2.0"