mirror of
https://github.com/codex-storage/codex-storage-proofs.git
synced 2025-03-03 20:00:49 +00:00
12 lines
235 B
Nim
12 lines
235 B
Nim
version = "0.1.0"
|
|
author = "Jaremy Creechley"
|
|
description = "Codex Storage Proofs runner for Rust Circom library"
|
|
license = "MIT"
|
|
srcDir = "."
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.14"
|
|
|
|
include "build.nims"
|