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" description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices"
license = "Apache License 2.0" license = "Apache License 2.0"
skipDirs = @["tests", "examples"] skipDirs = @["tests", "examples"]
bin = @["nimbus/nimbus"]
requires "nim >= 0.18.1", requires "nim >= 0.18.1",
"nimcrypto", "nimcrypto",

View File

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