project.clj @ 28faced3ca08 entry-01

Initial commit.
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jul 2012 17:56:01 -0400
parents (none)
children 35acf92fe597
(defproject caves "0.1.0-SNAPSHOT"
  :description "The Caves of Clojure"
  :url "http://stevelosh.com/blog/2012/07/caves-of-clojure-01/"
  :license {:name "MIT/X11"}
  :dependencies [[org.clojure/clojure "1.4.0"]
                 [clojure-lanterna "0.9.0"]]
  :main caves.core)