build nimbus with nimble build
This commit is contained in:
parent
5bd35e5c82
commit
48fdf6a644
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue