You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
344 B
9 lines
344 B
(defproject formulare "0.1.0"
|
|
:description "Forms hiccup style"
|
|
:url "https://gitea.heevyis.ninja/josha/formulare.git"
|
|
:license {:name "GPL-3.0"
|
|
:url "https://opensource.org/licenses/GPL-3.0"}
|
|
:dependencies [[org.clojure/clojure "1.9.0"]
|
|
[hiccup "1.0.5"]
|
|
[ring/ring-anti-forgery "1.3.0"]])
|