version = "0.1.0" author = "Xena " 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 :