clj-image2ascii/project.clj

9 lines
357 B
Clojure
Raw Normal View History

2014-04-05 16:32:31 -04:00
(defproject clj-image2ascii "0.2"
2014-04-02 18:28:54 -04:00
: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"])