fuck-cors-app/project.clj
Yann Esposito (Yogsototh) d33d4b3b35
Initial release
2024-03-05 17:55:29 +01:00

13 lines
550 B
Clojure

(defproject fuck-cors-app "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.3"]
[clj-http "3.12.3"]
[fuck-cors "0.1.7"]
[ring/ring-core "1.11.0"]
[ring/ring-jetty-adapter "1.11.0"] ]
:main "fuck-cors-app.core"
:repl-options {:init-ns fuck-cors-app.core})