diff options
author | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 19:34:43 -0700 |
---|---|---|
committer | Thel Seraphim <thel.seraphim@gmail.com> | 2015-03-13 19:34:43 -0700 |
commit | ec62e36ee31ffd6a0ee2370451448b8967f4d10a (patch) | |
tree | 1763d61a4840d954f9b1fec8dc94f1a7fac8293e /project.clj | |
parent | 04402da472a3dd7698453a1561e332682c0b5c7e (diff) |
include hiccup library and small functioning example, don't merge until it looks nice.
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project.clj b/project.clj index ea671fd..961c733 100644 --- a/project.clj +++ b/project.clj @@ -10,6 +10,7 @@ [ring/ring-devel "1.2.2"] [ring-basic-authentication "1.0.5"] [environ "0.5.0"] + [hiccup "1.0.5"] [com.cemerick/drawbridge "0.0.6"]] :min-lein-version "2.0.0" :plugins [[environ/environ.lein "0.2.1"]] |