# Package
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "Nim implementation of the Status protocol"
license = "MIT"
srcDir = "src"
bin = @[""]
skipDirs = @["test"]
# Deps
requires "nim >= 1.0.0"