nim-chronos/asyncdispatch2.nimble

14 lines
331 B
Plaintext
Raw Normal View History

2018-05-16 08:22:34 +00:00
packageName = "asyncdispatch2"
version = "0.1.0"
author = "Status Research & Development GmbH"
description = "Asyncdispatch2"
license = "Apache License 2.0 or MIT"
skipDirs = @["tests", "Nim", "nim"]
### Dependencies
requires "nim > 0.18.0",
task test, "Run all tests":
exec "nim c -r tests/test1"