mirror of
https://github.com/vacp2p/nim-libp2p.git
synced 2026-01-09 15:57:56 -05:00
11 lines
216 B
Nim
11 lines
216 B
Nim
version = "0.1.0"
|
|
author = "Status Research & Development Gmb"
|
|
description = "AutoNATv2 peer for interop testing"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["nim_peer"]
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 2.3.1", "libp2p"
|