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.
9 lines
338 B
9 lines
338 B
6 years ago
|
(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 [[com.velisco/clj-ftp "0.3.12"]
|
||
|
[markdown-clj "1.0.5"]]
|
||
|
:eval-in-leiningen true)
|