summaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-04-27 21:55:59 +1000
committerCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-04-27 21:55:59 +1000
commita60e513dddaf82894b34f7e12f48922aa1217bac (patch)
treea56eb9ae24faf31d32ff224dc0892a42143207d4 /project.clj
Initial commit.
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj6
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"]])