test
This commit is contained in:
parent
d5d4c03003
commit
8a464eb0d8
|
@ -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"
|
[Deps]
|
||||||
author = "Your Name"
|
Requires: "nim >= 1.0.0, nimqml >= 0.7.0"
|
||||||
description = "Example .nimble file."
|
|
||||||
license = "MIT"
|
|
||||||
|
|
||||||
# Deps
|
|
||||||
|
|
||||||
requires "nim >= 0.10.0"
|
|
||||||
|
|
Loading…
Reference in New Issue