modernize nimble file
This commit is contained in:
parent
0a2daa0140
commit
a98f5fcd3a
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue