2020-07-02 13:20:16 +00:00
|
|
|
# Package
|
|
|
|
|
|
|
|
version = "0.1.0"
|
|
|
|
author = "Status Research & Development GmbH"
|
|
|
|
description = "Nim implementation of the Status protocol"
|
|
|
|
license = "MIT"
|
|
|
|
srcDir = "src"
|
|
|
|
bin = @[""]
|
2020-07-06 14:01:07 +00:00
|
|
|
skipDirs = @["test"]
|
2020-07-02 13:20:16 +00:00
|
|
|
|
|
|
|
# Deps
|
|
|
|
|
|
|
|
requires "nim >= 1.0.0"
|