summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorMatt Adereth <adereth@gmail.com>2015-03-06 15:26:01 -0800
committerMatt Adereth <adereth@gmail.com>2015-03-06 15:26:01 -0800
commitd466da8a90a7678d844ed1f2b8c114e0fcbde5d9 (patch)
tree3cbf6dc99ddc43f2e79454e08c8d1146079b468f /project.clj
parentc8465079bae87c56123adf01c4af9a57bec13f8c (diff)
Initial commit
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj8
1 files changed, 8 insertions, 0 deletions
diff --git a/project.clj b/project.clj
new file mode 100644
index 0000000..60f7b85
--- /dev/null
+++ b/project.clj
@@ -0,0 +1,8 @@
+(defproject dactyl-cave "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"]
+ [unicode-math "0.2.0"]
+ [scad-clj "0.1.0"]])