Fix nimble file for distribution.

This commit is contained in:
Mahlon E. Smith 2018-10-08 12:50:06 -07:00
parent b06edfff88
commit 375cab129a

View file

@ -5,8 +5,7 @@ version = "0.1.1"
author = "Mahlon E. Smith <mahlon@martini.nu>" author = "Mahlon E. Smith <mahlon@martini.nu>"
description = "A pure-nim implementation of the STOMP protocol for machine messaging." description = "A pure-nim implementation of the STOMP protocol for machine messaging."
license = "MIT" license = "MIT"
installExt = @["stomp"] installExt = @["nim"]
bin = @["stomp"]
srcDir = "src" srcDir = "src"