fuck-cors-app/project.clj
Yann Esposito (Yogsototh) 2a6dcde058
Support a homepage :)
2024-03-07 17:25:42 +01:00

14 lines
562 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"
:aot :all
:repl-options {:init-ns fuck-cors-app.core})