version = "0.1.0" author = "nandi" description = "Cowsay with your FreeqWorld face: freeqsay " license = "MIT" srcDir = "src" bin = @["freeqsay"] installExt = @["nim"] requires "nim >= 2.0.0" task test, "Run the test suite": exec "nim c -d:ssl --hints:off -r tests/test_avatar.nim"