nim-eth-common/eth_common.nimble

15 lines
340 B
Plaintext
Raw Normal View History

2018-05-30 07:45:17 +00:00
packageName = "eth_common"
version = "1.0.0"
author = "Status Research & Development GmbH"
description = "Ethereum Common library"
license = "MIT"
skipDirs = @["tests"]
requires "nim > 0.18.0",
"rlp",
"eth_trie",
2018-05-30 07:45:17 +00:00
"nimcrypto",
"ranges",
2018-05-30 16:02:12 +00:00
"stint",
"byteutils"