rabbitmq-tutorials/clojure/project.clj
Michael Klishin c8df923006 Langohr 3.0.1
2015-01-28 04:50:15 +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.0.1"]])