2016-12-19 13:20:11 -05:00
|
|
|
(defproject arachne-framework/valuehash "0.1.0-SNAPSHOT"
|
|
|
|
:description "Value based hashing for Clojure data"
|
2016-12-16 10:21:54 -05:00
|
|
|
:license {:name "Eclipse Public License"
|
|
|
|
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
|
|
|
:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
|
2016-12-19 13:20:11 -05:00
|
|
|
[org.clojure/test.check "0.9.0" :scope "test"]
|
|
|
|
[criterium "0.4.4" :scope "test"]])
|