This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
ring-custom-jetty-server/project.clj

8 lines
299 B
Clojure
Raw Normal View History

2012-02-07 17:35:55 -05:00
(defproject ring-server "0.1.0"
:description "Library for running Ring web servers"
:dependencies [[org.clojure/clojure "1.2.1"]
2012-02-10 18:01:26 -05:00
[org.clojure/core.incubator "0.1.0"]
2012-02-12 10:48:06 -05:00
[ring "1.0.2"]]
2012-02-12 10:27:07 -05:00
:dev-dependencies [[clj-http "0.3.1"]
[codox "0.4.0"]])