build nimbus with nimble build

This commit is contained in:
Zahary Karadjov 2018-06-20 14:12:29 +03:00
parent 5bd35e5c82
commit 48fdf6a644
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ author = "Status Research & Development GmbH"
description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices"
license = "Apache License 2.0"
skipDirs = @["tests", "examples"]
bin = @["nimbus/nimbus"]
requires "nim >= 0.18.1",
"nimcrypto",

View File

@ -7,7 +7,7 @@
# This file may not be copied, modified, or distributed except according to
# those terms.
import config, asyncdispatch
import config
import p2p/service, p2p/disc4service
when isMainModule: