Skip to content

Commit

Permalink
added dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Apr 25, 2016
1 parent f80e9c6 commit 28fa3bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]]
:dependencies [[org.clojure/clojure "1.8.0"]
[hitchhiker-tree "0.1.0"]
[datascript "0.15.0"]]
:main ^:skip-aot datacrypt.core
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})
4 changes: 4 additions & 0 deletions src/datacrypt/core.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
(ns datacrypt.core
(:require [hitchhiker.redis :as redis]
[hitchhiker.tree.core :as core]
[hitchhiker.tree.messaging :as msg]
[datascript.core :as d])
(:gen-class))

(defn -main
Expand Down

0 comments on commit 28fa3bc

Please sign in to comment.