mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-02-06 06:43:09 +00:00
14 lines
440 B
Nim
14 lines
440 B
Nim
version = "0.1.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()
|
|
installExt = @["nim"]
|
|
|
|
requires "nim >= 2.0.0"
|
|
requires "https://github.com/status-im/nim-taskpools >= 0.0.5"
|
|
requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"
|