summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
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"]])