totptool/totptool.nimble

9 lines
282 B
Nim

version = "0.1.0"
author = "Xena <me@christine.website>"
description = "TOTP generation tool"
license = "MIT"
bin = @["totptool"]
requires "nim >= 0.13.0", "otp", "nuuid", "random", "base32", "commandeer"
# vim: set ft=nim ts=2 sw=2 tw=0 et :