mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-15 17:35:45 +00:00
16 lines
252 B
Plaintext
16 lines
252 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Huy Doan"
|
||
|
description = "Simple DNS Client & Library"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
installExt = @["nim"]
|
||
|
bin = @["dnsclient"]
|
||
|
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 0.20.0"
|