mirror of
https://github.com/logos-storage/nim-nitro.git
synced 2026-01-02 13:43:06 +00:00
There's a new byteutils in newer versions of stew - also, remove upraises and disable windows testing which requires SSL library install
13 lines
368 B
Nim
13 lines
368 B
Nim
version = "0.6.1"
|
|
author = "Nim Nitro developers"
|
|
license = "MIT"
|
|
description = "Nitro state channels"
|
|
|
|
requires "nim >= 2.0.14 & < 3.0.0"
|
|
requires "nimcrypto >= 0.6.0 & < 0.7.0"
|
|
requires "questionable >= 0.10.10 & < 0.11.0"
|
|
requires "contractabi >= 0.7.1 & < 0.8.0"
|
|
requires "secp256k1 >= 0.6.0 & < 0.7.0"
|
|
requires "stint >= 0.8.0 & < 0.9.0"
|
|
requires "stew >= 0.2.0"
|