summaryrefslogtreecommitdiff
path: root/project.clj
blob: 66b878ba749f4d4a0ada361c71a86b292e3b21e6 (plain)
1
2
3
4
5
6
7
8
9
10
(defproject dactyl-keyboard "0.1.0-SNAPSHOT"
  :description "A parametrized, split-hand, concave, columnar, erogonomic keyboard"
  :url "http://example.com/FIXME"
  :license {:name "Eclipse Public License"
            :url "http://www.eclipse.org/legal/epl-v10.html"}
  :dependencies [[org.clojure/clojure "1.7.0"]
                 [unicode-math "0.2.0"]
                 [scad-clj "0.4.0"]])