nim-status-go/status_go.nimble

10 lines
246 B
Nim

mode = ScriptMode.Verbose
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "Provides a Nim wrapper around the API of status-go"
license = "MIT"
skipDirs = @["test"]
requires "nim >= 1.2.0"