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