rabbitmq-tutorials/clojure/project.clj
2014-05-19 23:26:12 +04: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-tutorial"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[com.novemberain/langohr "2.10.1"]])