mirror of
https://github.com/vacp2p/dst-libp2p-test-node.git
synced 2026-08-30 22:31:08 +00:00
12 lines
314 B
Nim
12 lines
314 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "test_node"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "Connection manager test node"
|
|
license = "MIT"
|
|
|
|
requires "nim >= 2.2.0",
|
|
"nimcrypto 0.6.4",
|
|
"libp2p#7cc4280e2efd5e6c2ebd732ce33d309376a9627e"
|