test
This commit is contained in:
parent
d5d4c03003
commit
8a464eb0d8
|
@ -1,10 +1,10 @@
|
|||
# Package
|
||||
|
||||
[Package]
|
||||
version = "0.1.0"
|
||||
author = "Your Name"
|
||||
description = "Example .nimble file."
|
||||
author = "Richard Ramos"
|
||||
description = "A new awesome nimble package"
|
||||
license = "MIT"
|
||||
srcDir = "src"
|
||||
bin = "nim_status_client"
|
||||
|
||||
# Deps
|
||||
|
||||
requires "nim >= 0.10.0"
|
||||
[Deps]
|
||||
Requires: "nim >= 1.0.0, nimqml >= 0.7.0"
|
||||
|
|
Loading…
Reference in New Issue