modernize nimble file

This commit is contained in:
Cadey Ratio 2016-04-11 00:56:11 -07:00
parent 0a2daa0140
commit a98f5fcd3a
1 changed files with 8 additions and 7 deletions

View File

@ -1,10 +1,11 @@
[Package]
name = "ponyapi"
version = "0.1.0"
author = "Christine Dodrill <xena@yolo-swag.com>"
# 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"