nim-eth/eth.nimble

16 lines
342 B
Plaintext
Raw Normal View History

2019-02-05 10:10:36 +00:00
version = "1.0.0"
author = "Status Research & Development GmbH"
description = "Ethereum Common library"
license = "MIT"
skipDirs = @["tests"]
requires "nim > 0.18.0",
"nimcrypto",
"ranges",
"stint",
"byteutils"
task test, "run tests":
cd "tests"
exec "nim c -r test_common"