mirror of
https://github.com/status-im/nim-nat-mapper.git
synced 2025-02-20 08:38:36 +00:00
12 lines
295 B
Nim
12 lines
295 B
Nim
packageName = "nat_mapper"
|
|
version = "0.0.1"
|
|
author = "Status Research & Development GmbH"
|
|
description = "UPnP & NAT-PMP Nim implementation"
|
|
license = "MIT"
|
|
skipDirs = @["tests"]
|
|
|
|
requires "nim >= 1.2.0",
|
|
"chronos >= 3.0.6",
|
|
"chronicles >= 0.10.3"
|
|
|