finish implementation
This commit is contained in:
+4
-3
@@ -1,6 +1,7 @@
|
||||
(defproject arachne-framework/identihash "0.1.0-SNAPSHOT"
|
||||
:description "Identity based hashing for Clojure data"
|
||||
(defproject arachne-framework/valuehash "0.1.0-SNAPSHOT"
|
||||
:description "Value based hashing for Clojure data"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [[org.clojure/clojure "1.9.0-alpha14"]
|
||||
[org.clojure/test.check "0.9.0" :scope "test"]])
|
||||
[org.clojure/test.check "0.9.0" :scope "test"]
|
||||
[criterium "0.4.4" :scope "test"]])
|
||||
|
||||
Reference in New Issue
Block a user