initial setup to build as a nim package

This commit is contained in:
Jaremy Creechley 2023-12-22 17:38:37 -07:00
parent 10a704909f
commit fc94ccde7b
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 20 additions and 0 deletions

11
codex_storage_proofs.nim Normal file
View File

@ -0,0 +1,11 @@
import std/os
static:
let pth = currentSourcePath().parentDir()
echo "\n===="
echo "CODEX:STORAGE:PROOFS: ", pth
# echo "pwd: ", projectDir()
# echo "cwd: ", getCurrentDir()
echo "\n===="

View File

@ -0,0 +1,9 @@
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"