mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-05-05 10:33:13 +00:00
* fix(nimble): ensure constantine works on windows * fix(ci): run with nim 2.2.6 on windows, mac and linux
12 lines
377 B
Nim
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"
|