1
# Package
2
3
version = "0.1.0"
4
author = "Mahlon E. Smith <mahlon@martini.nu>"
5
description = "A pure-nim implementation of the STOMP protocol for machine messaging."
6
license = "MIT"
7
8
# Dependencies
9
10
requires "nim >= 0.13.0"
11