diff options
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/project.clj b/project.clj deleted file mode 100644 index 86d5931..0000000 --- a/project.clj +++ /dev/null @@ -1,11 +0,0 @@ -(defproject dactyl-keyboard "0.1.0-SNAPSHOT" - :description "A parametrized, split-hand, concave, columnar, erogonomic keyboard" - :url "http://example.com/FIXME" - :main dactyl-keyboard.dactyl - :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"]]) - - |