Re-arrange for nimble, update to Nim 0.19.

This commit is contained in:
Mahlon E. Smith 2018-10-08 12:11:54 -07:00
parent 14eff18d54
commit b06edfff88
4 changed files with 63 additions and 44 deletions

View file

@ -1,11 +1,16 @@
# Package
version = "0.1.0"
version = "0.1.1"
author = "Mahlon E. Smith <mahlon@martini.nu>"
description = "A pure-nim implementation of the STOMP protocol for machine messaging."
license = "MIT"
installExt = @["stomp"]
bin = @["stomp"]
srcDir = "src"
# Dependencies
requires "nim >= 0.13.0"
requires "nim >= 0.19.0"