12 lines
243 B
Text
12 lines
243 B
Text
|
|
# Package
|
||
|
|
|
||
|
|
version = "0.1.0"
|
||
|
|
author = "Mahlon E. Smith <mahlon@martini.nu>"
|
||
|
|
description = "A pure-nim implementation of the STOMP protocol for machine messaging."
|
||
|
|
license = "MIT"
|
||
|
|
|
||
|
|
# Dependencies
|
||
|
|
|
||
|
|
requires "nim >= 0.13.0"
|
||
|
|
|