aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj11
1 files changed, 11 insertions, 0 deletions
diff --git a/project.clj b/project.clj
new file mode 100644
index 0000000..9ae0b54
--- /dev/null
+++ b/project.clj
@@ -0,0 +1,11 @@
+(defproject redirectly "0.1.0-SNAPSHOT"
+ :description "mini redirect service"
+ :url "https://s-ol.nu/redirectly"
+ :plugins [[lein-ring "0.12.5"]]
+ :ring {:handler redirectly.core/handler
+ :destroy redirectly.core/destroy}
+ :dependencies [[org.clojure/clojure "1.10.0"]
+ [sonian/carica "1.2.2"]
+ [ring/ring-core "1.7.1"]
+ [ring/ring-jetty-adapter "1.7.1"]
+ [ring-logger "1.0.1"]])