mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-07 08:03:12 +00:00
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
|
|
# Package
|
||
|
|
|
||
|
|
version = "0.1.0"
|
||
|
|
author = "Dmitriy Ryajov"
|
||
|
|
description = "Nim wrapper for rust circom compat (ark-circom)"
|
||
|
|
license = "MIT"
|
||
|
|
srcDir = "src"
|
||
|
|
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
|
||
|
|
requires "nim >= 1.6.18"
|
||
|
|
|
||
|
|
include "build.nims"
|