Use nimscript nimble
This commit is contained in:
parent
eef007ef67
commit
0ff50fcbe4
|
@ -1,10 +1,8 @@
|
|||
[Package]
|
||||
name = "totptool"
|
||||
version = "0.1.0"
|
||||
author = "Anonymous"
|
||||
description = "New Nimble project for Nim"
|
||||
author = "Xena <me@christine.website>"
|
||||
description = "TOTP generation tool"
|
||||
license = "MIT"
|
||||
bin = "totptool"
|
||||
bin = @["totptool"]
|
||||
requires "nim >= 0.10.0", "otp", "nuuid", "random"
|
||||
|
||||
[Deps]
|
||||
Requires: "nim >= 0.10.0, otp, nuuid, random"
|
||||
# vim: set ft=nim ts=2 sw=2 tw=0 et :
|
||||
|
|
Loading…
Reference in New Issue