inmanis-clj/project.clj

8 lines
296 B
Clojure
Raw Permalink Normal View History

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