clj-image2ascii/project.clj

9 lines
368 B
Clojure
Raw Normal View History

2014-04-02 18:28:54 -04:00
(defproject clj-image2ascii "0.1.0-SNAPSHOT"
:description "Tools for turning images into ASCII equivalents."
:url "https://github.com/gered/clj-image2ascii"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.5.1"]]
:source-paths ["src/clojure"]
:java-source-paths ["src/java"])