rabbitmq-tutorials/clojure/project.clj
2013-11-05 23:53:09 +04:00

8 lines
365 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.5.1"]
[com.novemberain/langohr "1.6.0"]])