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