fuck-cors/project.clj

9 lines
433 B
Clojure
Raw Permalink Normal View History

2024-08-26 00:34:01 +00:00
(defproject fuck-cors "0.1.8"
:description "Fuck CORS and open your API to everyone"
2024-08-26 00:41:01 +00:00
:url "https://git.esy.fun/yogsototh/fuck-cors"
2014-09-24 22:23:17 +00:00
:license {:name "MIT"
:url "http://opensource.org/licences/MIT"}
2024-08-26 00:41:01 +00:00
:deploy-repositories [["releases" {:url "https://clojars.org/repo" :creds :gpg}]
["snapshots" {:url "https://clojars.org/repo" :creds :gpg}]]
2024-08-26 00:34:01 +00:00
:dependencies [[org.clojure/clojure "1.11.4"]])