mirror of
https://github.com/status-im/status-lib.git
synced 2025-01-11 13:04:26 +00:00
10 lines
278 B
Nim
10 lines
278 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "WIP refactor to extract business logic from status-desktop into a reusable library"
|
|
license = "MIT"
|
|
skipDirs = @["test"]
|
|
|
|
requires "nim >= 1.2.0"
|