initial framworks. linking logic is complete.
This commit is contained in:
parent
a5c8be2651
commit
3ed3b2a6d3
4 changed files with 215 additions and 36 deletions
11
project.clj
11
project.clj
|
|
@ -4,9 +4,14 @@
|
|||
: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"]]
|
||||
[com.kohlschutter.junixsocket/junixsocket-common "2.3.2"]
|
||||
[com.kohlschutter.junixsocket/junixsocket-native-common "2.3.2"]
|
||||
[cljfx "1.7.10"]
|
||||
[org.clojure/data.json "0.2.6"]
|
||||
[org.clojure/tools.logging "1.1.0"]
|
||||
[org.clojure/core.cache "1.0.207"]
|
||||
[org.clojure/core.async "1.3.610"]
|
||||
[clj.qrgen "0.4.0"]]
|
||||
:main ^:skip-aot whisper.core
|
||||
:target-path "target/%s"
|
||||
:profiles {:uberjar {:aot :all}})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue