mirror of
https://github.com/vacp2p/dst-gossipsub-test-node.git
synced 2026-01-08 21:18:01 -05:00
13 lines
284 B
Nim
13 lines
284 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "test_node"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A test node for gossipsub"
|
|
license = "MIT"
|
|
skipDirs = @[]
|
|
|
|
requires "nim >= 1.6.0",
|
|
"libp2p",
|
|
"ggplotnim"
|