ring-api-key-middleware/project.clj
Yann Esposito (Yogsototh) cd5d9bbf4d
better wrap-fn
2017-11-07 17:07:53 +01:00

7 lines
385 B
Clojure

(defproject threatgrid/ring-api-key-middleware "0.1.2"
:description "A simple middleware to deal with API keys Authentication"
:url "http://github.com/threatgrid/ring-api-key-middleware"
:license {:name "Eclipse Public License - v 1.0"
:url "http://www.eclipse.org/legal/epl-v10.html"
:distribution :repo}
:dependencies [[org.clojure/clojure "1.8.0"]])