totptool/totptool.nimble

9 lines
282 B
Plaintext
Raw Permalink Normal View History

2015-09-15 01:49:40 +00:00
version = "0.1.0"
2016-01-20 06:58:32 +00:00
author = "Xena <me@christine.website>"
description = "TOTP generation tool"
2015-09-15 01:49:40 +00:00
license = "MIT"
2016-01-20 06:58:32 +00:00
bin = @["totptool"]
2016-02-05 01:39:13 +00:00
requires "nim >= 0.13.0", "otp", "nuuid", "random", "base32", "commandeer"
2015-09-15 01:49:40 +00:00
2016-01-20 06:58:32 +00:00
# vim: set ft=nim ts=2 sw=2 tw=0 et :