mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
10 lines
242 B
Nim
10 lines
242 B
Nim
[Package]
|
|
version = "0.1.0"
|
|
author = "Richard Ramos"
|
|
description = "A new awesome nimble package"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = "nim_status_client"
|
|
|
|
[Deps]
|
|
Requires: "nim >= 1.0.0, nimqml >= 0.7.0" |