initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
(defproject arachne-framework/identihash "0.1.0-SNAPSHOT"
|
||||
:description "Identity 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"]])
|
||||
Reference in New Issue
Block a user