Add the ZMQ dependency.
authorMahlon E. Smith <mahlon@martini.nu>
Tue, 26 May 2015 16:02:27 -0700
changeset 2 46cbb042f2cb
parent 1 93233f47428d
child 3 ecde1a332692
Add the ZMQ dependency.
mongrel2.nimble
--- a/mongrel2.nimble	Tue May 26 15:48:58 2015 -0700
+++ b/mongrel2.nimble	Tue May 26 16:02:27 2015 -0700
@@ -6,5 +6,5 @@
 license       = "MIT"
 
 [Deps]
-Requires: "nim >= 0.11.0, tnetstring >= 0.1.1"
+Requires: "nim >= 0.11.0, tnetstring >= 0.1.1, zmq >= 0.2.1"