From 0ff50fcbe4f7f9b4b423f6f7773af4095294adcb Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 19 Jan 2016 22:58:32 -0800 Subject: [PATCH] Use nimscript nimble --- totptool.nimble | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/totptool.nimble b/totptool.nimble index ba1d504..4585abc 100644 --- a/totptool.nimble +++ b/totptool.nimble @@ -1,10 +1,8 @@ -[Package] -name = "totptool" version = "0.1.0" -author = "Anonymous" -description = "New Nimble project for Nim" +author = "Xena " +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 :