status-desktop/nim_status_client.nimble

11 lines
250 B
Plaintext
Raw Normal View History

2020-05-07 20:04:16 +00:00
[Package]
version = "0.1.0"
author = "Richard Ramos"
description = "A new awesome nimble package"
license = "MIT"
srcDir = "src"
bin = "nim_status_client"
2020-05-06 17:40:00 +00:00
2020-05-07 20:04:16 +00:00
[Deps]
Requires: "nim >= 1.0.0, nimqml >= 0.7.0, stint"