Use nimscript nimble

This commit is contained in:
Christine Dodrill 2016-01-19 22:58:32 -08:00
parent eef007ef67
commit 0ff50fcbe4
1 changed files with 5 additions and 7 deletions

View File

@ -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 :