project structure
This commit is contained in:
commit
8816ea23e4
10 changed files with 412 additions and 0 deletions
12
project.clj
Normal file
12
project.clj
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(defproject whisper "0.1.0-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
: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/"}
|
||||
:dependencies [[org.clojure/clojure "1.10.0"]
|
||||
[com.kohlschutter.junixsocket/junixsocket-demo "2.2.0"]
|
||||
[seesaw "1.5.0"]
|
||||
[org.clojure/data.json "0.2.6"]]
|
||||
:main ^:skip-aot whisper.core
|
||||
:target-path "target/%s"
|
||||
:profiles {:uberjar {:aot :all}})
|
||||
Loading…
Add table
Add a link
Reference in a new issue