aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj12
1 files changed, 12 insertions, 0 deletions
diff --git a/project.clj b/project.clj
new file mode 100644
index 0000000..016c783
--- /dev/null
+++ b/project.clj
@@ -0,0 +1,12 @@
+(defproject instadump "0.0.1"
+ :description "Semi-automatic serialization for Clojure vars"
+ :dependencies [[org.clojure/clojure "1.3.0"]
+ [com.sleepycat/je "4.1.10"] ;4.0.96 if the Oracle Maven repo scares you
+ ]
+ :dev-dependencies [[swank-clojure "1.4.0-SNAPSHOT"]
+ [clj-stacktrace "0.2.3"]]
+ :repositories {"oracle"
+ {:url "http://download.oracle.com/maven/"
+ :snapshots false}}
+ :source-path "src")
+