nim-status-go/status_go.nimble

10 lines
246 B
Plaintext
Raw Normal View History

2021-03-15 15:16:34 +00:00
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"