mirror of
https://github.com/richardharrington/robotwar.git
synced 2024-10-31 20:09:53 +00:00
9 lines
344 B
Clojure
9 lines
344 B
Clojure
(defproject robotwar "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.5.1"]
|
|
[org.clojure/core.match "0.2.0-rc5"]]
|
|
:main robotwar.core)
|