diff --git a/ponyapi.nimble b/ponyapi.nimble index 66eb2d7..61e8ad7 100644 --- a/ponyapi.nimble +++ b/ponyapi.nimble @@ -1,10 +1,11 @@ -[Package] -name = "ponyapi" -version = "0.1.0" -author = "Christine Dodrill " +# Package + +version = "0.2.0" +author = "Cadey Dodrill" description = "PonyAPI server https://github.com/Xe/PonyAPI" license = "MIT" -bin = "ponyapi" +bin = @["ponyapi"] -[Deps] -Requires: "nim >= 0.10.0, jester#head, random#head" +# Dependencies + +requires "nim >= 0.13.0", "jester#head", "random#head", "sam#head", "jsmn#head"