# HG changeset patch # User Mahlon E. Smith # Date 1432681347 25200 # Node ID 46cbb042f2cbb05287446b144d2697f3428a5655 # Parent 93233f47428d249aab5dc96a1a574092ee2a56b6 Add the ZMQ dependency. diff -r 93233f47428d -r 46cbb042f2cb 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"