mirror of
https://github.com/vacp2p/dst-libp2p-test-node.git
synced 2026-09-01 15:21:10 +00:00
14 lines
387 B
Nim
14 lines
387 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
bin = @["main"]
|
|
|
|
packageName = "test_node"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A test node for gossipsub"
|
|
license = "MIT"
|
|
skipDirs = @[]
|
|
|
|
requires "nim >= 2.2.0",
|
|
"nimcrypto 0.6.4",
|
|
"https://github.com/vacp2p/nim-libp2p#26e181e4dd65188051ab4783bcc538ed9579644f" # 2.0.0 |