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] # Package
name = "ponyapi"
version = "0.1.0" version = "0.2.0"
author = "Christine Dodrill <xena@yolo-swag.com>" author = "Cadey Dodrill"
description = "PonyAPI server https://github.com/Xe/PonyAPI" description = "PonyAPI server https://github.com/Xe/PonyAPI"
license = "MIT" license = "MIT"
bin = "ponyapi" bin = @["ponyapi"]
[Deps] # Dependencies
Requires: "nim >= 0.10.0, jester#head, random#head"
requires "nim >= 0.13.0", "jester#head", "random#head", "sam#head", "jsmn#head"