9 lines
412 B
Clojure
9 lines
412 B
Clojure
(defproject ergodox-stand "0.1.0-SNAPSHOT"
|
|
:description "A customizable tent-tilt stand for the Ergodox based on adereth's"
|
|
:url "https://github.com/bchociej/ergodox-stand"
|
|
:license {:name "Eclipse Public License"
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
:dependencies [[cider/cider-nrepl "0.8.2"]
|
|
[org.clojure/clojure "1.5.1"]
|
|
[scad-clj "0.1.0"]])
|