From 8a464eb0d8b3c77c6d5c0945ba40a1aa11ae5cfe Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 7 May 2020 16:04:16 -0400 Subject: [PATCH] test --- nim_status_client.nimble | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nim_status_client.nimble b/nim_status_client.nimble index 198903cff3..3ac8680214 100644 --- a/nim_status_client.nimble +++ b/nim_status_client.nimble @@ -1,10 +1,10 @@ -# Package +[Package] +version = "0.1.0" +author = "Richard Ramos" +description = "A new awesome nimble package" +license = "MIT" +srcDir = "src" +bin = "nim_status_client" -version = "0.1.0" -author = "Your Name" -description = "Example .nimble file." -license = "MIT" - -# Deps - -requires "nim >= 0.10.0" \ No newline at end of file +[Deps] +Requires: "nim >= 1.0.0, nimqml >= 0.7.0"