Add extremely broken day14pt2
[adventofcode2019.git] / project.clj
index fe88a58906cbf459f60fe9737b29c53fc392ce8c..da405733d89d9a1e3d4e6d70722ece75a961302a 100644 (file)
@@ -4,7 +4,13 @@
 ;;:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
 ;;          :url "https://www.eclipse.org/legal/epl-2.0/"}
   :dependencies [[org.clojure/clojure "1.10.0"]
-                 [org.clojure/math.combinatorics "0.1.6"]]
+                 [org.clojure/core.match "0.3.0"]
+                 [org.clojure/core.async "0.6.532"]
+                 [org.clojure/math.combinatorics "0.1.6"]
+                 [org.clojure/math.numeric-tower "0.0.4"]
+                 [org.clojure/data.priority-map "0.0.10"]
+                 [clojure-lanterna "0.9.4"]
+                 [aysylu/loom "1.0.2"]]
   :main ^:skip-aot adventofcode2019.core
   :target-path "target/%s"
   :profiles {:uberjar {:aot :all}})