This commit is contained in:
Richard Ramos 2020-05-07 16:04:16 -04:00
parent d5d4c03003
commit 8a464eb0d8
No known key found for this signature in database
GPG Key ID: 80D4B01265FDFE8F
1 changed files with 9 additions and 9 deletions

View File

@ -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"
[Deps]
Requires: "nim >= 1.0.0, nimqml >= 0.7.0"