14 lines
200 B
Nim
14 lines
200 B
Nim
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "Dominik Picheta"
|
|
description = "a"
|
|
license = "MIT"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.15.3", "b", "c"
|
|
|
|
|
|
task test, "test":
|
|
echo("hello")
|