This commit is contained in:
2026-07-14 23:14:52 -06:00
parent cd5b99f150
commit da4451560e
11 changed files with 198 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
(defproject il "0.1.0-SNAPSHOT"
:description "Iron Legacy, a browser based sci-fi MMORPG"
:description "Iron Legacy, a browser based high-fantasy MMORPG"
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
@@ -8,6 +8,7 @@
[org.clojure/data.json "2.5.2"]
[compojure "1.7.2"]
[hiccup "2.0.0"]
[metosin/jsonista "1.0.0"]
[org.slf4j/slf4j-simple "2.0.16"]
[org.clojure/data.json "2.5.2"]
[ring/ring-core "1.15.4"]