nwaku/vendor/dnsclient.nim/dnsclient.nimble

16 lines
252 B
Plaintext
Raw Normal View History

# Package
version = "0.1.2"
author = "Huy Doan"
description = "Simple DNS Client & Library"
license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["dnsclient"]
# Dependencies
requires "nim >= 0.20.0"