nim-abc/abc.nimble

10 lines
248 B
Plaintext
Raw Normal View History

2021-06-24 05:11:43 +00:00
version = "0.1.0"
author = "ABC Authors"
description = "Asynchronous Blockchain"
2021-06-24 12:43:17 +00:00
license = "MIT"
2021-06-28 10:55:12 +00:00
requires "questionable >= 0.10.0 & < 0.11.0"
2021-06-24 12:43:17 +00:00
requires "https://github.com/markspanbroek/nim-blscurve#fix-nimble"
requires "nimcrypto"
2021-06-28 08:10:15 +00:00
requires "stew"