rabbitmq-tutorials/clojure/project.clj
Michael Klishin eb1b5007d4 Langohr 3.3.0
2015-07-31 14:00:34 +03:00

8 lines
366 B
Clojure

(defproject com.rabbitmq/tutorials "1.0.0-SNAPSHOT"
:description "RabbitMQ tutorials using Langohr"
:url "http://github.com/rabbitmq/rabbitmq-tutorials"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[com.novemberain/langohr "3.3.0"]])