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.
config/project.clj
2016-06-12 12:57:49 -04:00

11 lines
419 B
Clojure

(defproject gered/config "0.1"
:description "Management of application configuration stored in an external EDN file."
:url "https://github.com/gered/config"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/tools.logging "0.3.1"]]
:profiles {:provided
{:dependencies [[org.clojure/clojure "1.8.0"]]}})