ponyapi/ponyapi.nimble

11 lines
288 B
Plaintext
Raw Normal View History

2015-08-12 18:34:49 +00:00
[Package]
name = "ponyapi"
version = "0.1.0"
author = "Christine Dodrill <xena@yolo-swag.com>"
2015-08-14 02:20:23 +00:00
description = "PonyAPI server https://github.com/Xe/PonyAPI"
2015-08-12 18:34:49 +00:00
license = "MIT"
2015-08-14 02:20:23 +00:00
bin = "ponyapi"
2015-08-12 18:34:49 +00:00
[Deps]
2015-08-14 03:51:03 +00:00
Requires: "nim >= 0.10.0, jester#head, random#head"