zua/zua.nimble

14 lines
223 B
Plaintext
Raw Normal View History

2021-12-04 12:58:35 +00:00
# Package
version = "0.1.0"
author = "Emery Hemingway"
description = "Zooming User Agent"
license = "Unlicense"
srcDir = "src"
bin = @["zua"]
# Dependencies
requires "nim >= 1.6.0"