12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
|
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"
|
||
|
|