mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-03 05:53:11 +00:00
15 lines
398 B
Nim
15 lines
398 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Balazs Komuves"
|
|
description = "test vectors using the nim-poseidon2 library"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["testvectors"]
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.0"
|
|
requires "https://github.com/mratsim/constantine"
|
|
requires "https://github.com/codex-storage/nim-poseidon2#596f7b18070b44ca0bf305bf9bdf1dc4f6011181"
|