mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-01-02 21:53:09 +00:00
11 lines
392 B
Nim
11 lines
392 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 >= 0.0.5"
|
|
requires "https://github.com/mratsim/constantine#5f7ba18f2ed351260015397c9eae079a6decaee1" |