ponyapi/ponyapi.nimble

9 lines
268 B
Plaintext
Raw Permalink Normal View History

2015-08-12 18:34:49 +00:00
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"
2016-07-14 23:17:12 +00:00
srcDir = "src"
2016-07-03 04:53:36 +00:00
bin = @["ponyapi"]
2015-08-12 18:34:49 +00:00
2016-07-03 04:53:36 +00:00
requires "nim >= 0.10.0", "jester#head", "random"