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