logos-storage-nim-validator/codexvalidator.nimble
Mark Spanbroek 19b82c93cb replace constantine with blscurve and nimcrypto
reason: slow build times with constantine
2024-12-04 10:08:59 +01:00

11 lines
442 B
Nim

version = "0.1.0"
author = "Codex Validator contributors"
description = "Validation network for Codex"
license = "MIT"
requires "https://github.com/codex-storage/nim-mysticeti >= 0.1.0 & < 0.2.0"
requires "https://github.com/codex-storage/nim-stint-versioned.git >= 1.0.0 & < 2.0.0"
requires "blscurve#de2d3c79264bba18dbea469c8c5c4b3bb3c8bc55"
requires "nimcrypto >= 0.6.2 & < 0.7.0"
requires "stew#a6e198132097fb544d04959aeb3b839e1408f942"