diff options
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project.clj b/project.clj new file mode 100644 index 0000000..c024d44 --- /dev/null +++ b/project.clj @@ -0,0 +1,6 @@ +(defproject clojure-sql "0.1.0-SNAPSHOT" + :description "FIXME: write description" + :url "http://example.com/FIXME" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :dependencies [[org.clojure/clojure "1.5.1"]]) |