You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
426 B
11 lines
426 B
(defproject equilibrium "0.1.0-SNAPSHOT"
|
|
:description "FIXME: write description"
|
|
:url "http://example.com/FIXME"
|
|
:license {:name "Eclipse Public License"
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
:dependencies [[org.clojure/clojure "1.10.0"]
|
|
[me.raynes/fs "1.4.6"]
|
|
[com.velisco/clj-ftp "0.3.12"]
|
|
[markdown-clj "1.0.5"]]
|
|
:eval-in-leiningen true)
|