big update of the forgotten
This commit is contained in:
parent
9087264c9b
commit
0eb1b5095b
30 changed files with 4129 additions and 0 deletions
11
clojure/project.clj
Normal file
11
clojure/project.clj
Normal file
|
@ -0,0 +1,11 @@
|
|||
(defproject witness-seed "0.1.0-SNAPSHOT"
|
||||
:description "Witness Seed 2.0: Collaborative Storytelling Engine Edition"
|
||||
:license {:name "CC BY-NC-SA 4.0"
|
||||
:url "https://creativecommons.org/licenses/by-nc-sa/4.0/"}
|
||||
:dependencies [[org.clojure/clojure "1.11.1"]
|
||||
[http-kit "2.7.0"]
|
||||
[org.clojure/core.async "1.6.681"]
|
||||
[cheshire "5.12.0"]]
|
||||
:main ^:skip-aot witness-seed.core
|
||||
:target-path "target/%s"
|
||||
:profiles {:uberjar {:aot :all}})
|
Loading…
Add table
Add a link
Reference in a new issue