Fix nimble warning
Nimble warns about .nim files that are outside of the 'nimbus' directory when they are not mentioned in the skipDirs.
This commit is contained in:
parent
eacf13ed97
commit
d1d7e2342e
|
@ -5,7 +5,7 @@ version = "0.1.0"
|
||||||
author = "Status Research & Development GmbH"
|
author = "Status Research & Development GmbH"
|
||||||
description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices"
|
description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices"
|
||||||
license = "Apache License 2.0"
|
license = "Apache License 2.0"
|
||||||
skipDirs = @["tests"]
|
skipDirs = @["tests", "examples"]
|
||||||
|
|
||||||
requires "nim >= 0.18.1",
|
requires "nim >= 0.18.1",
|
||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
|
|
Loading…
Reference in New Issue