inmanis-clj/project.clj
Yann Esposito (Yogsototh) 184cd86264
Init new project from lein
2021-08-18 11:17:10 +02:00

5 lines
222 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"]]
:repl-options {:init-ns inmanis.core})