Re-arrange for nimble, update to Nim 0.19.
This commit is contained in:
parent
14eff18d54
commit
b06edfff88
4 changed files with 63 additions and 44 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue