Initial commit

This commit is contained in:
heyarne 2020-08-20 22:30:58 +02:00
commit 360550a6a9
3 changed files with 189 additions and 0 deletions

3
deps.edn Normal file
View file

@ -0,0 +1,3 @@
{:deps {clojure2d {:mvn/version "1.4.0-SNAPSHOT"}
enlive {:mvn/version "1.1.6"}
clj-http {:mvn/version "3.10.1"}}}