totptool/totptool.nimble

9 lines
258 B
Nim

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