bwbox/bwbox.nimble

14 lines
232 B
Plaintext
Raw Normal View History

2022-04-07 11:32:09 +02:00
# Package
version = "1.0.0"
author = "mawalu"
description = "A DNS server for the ACME DNS-01 challenge"
license = "MIT"
srcDir = "."
bin = @["bwbox"]
# Dependencies
requires "nim >= 1.6.0"