mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-01-05 15:13:13 +00:00
12 lines
325 B
Nim
12 lines
325 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 "constantine >= 0.2.0"
|