mirror of
https://github.com/logos-storage/nim-groth16.git
synced 2026-07-22 00:19:28 +00:00
14 lines
337 B
Nim
14 lines
337 B
Nim
|
|
version = "0.0.1"
|
|
author = "Balazs Komuves"
|
|
description = "FFT benchmarks"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
binDir = "build"
|
|
bin = @["bench_fft"]
|
|
|
|
requires "nim >= 2.2.0"
|
|
requires "https://github.com/status-im/nim-taskpools >= 0.0.5"
|
|
requires "https://github.com/mratsim/constantine"
|
|
requires "groth16 >= 0.1.2"
|