inmanis-clj/project.clj
Yann Esposito (Yogsototh) ec46de932d
Add hn algolia search
2021-08-25 10:00:30 +02:00

7 lines
296 B
Clojure

(defproject inmanis "0.1.0-SNAPSHOT"
:description "Fix the Internet of shit"
:url "https://gitea.esy.fun/yogsototh/inmanis-clj"
:dependencies [[org.clojure/clojure "1.10.1"]
[remus "0.2.2"]
[metosin/malli "0.6.1"]]
:repl-options {:init-ns inmanis.core})