initial checkin
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
(defproject flux-led "0.1.0-SNAPSHOT"
|
||||
:description "FIXME: write description"
|
||||
:url "http://example.com/FIXME"
|
||||
:license {:name "Eclipse Public License"
|
||||
:url "http://www.eclipse.org/legal/epl-v10.html"}
|
||||
:dependencies [[org.clojure/clojure "1.9.0"]
|
||||
[org.clojure/core.async "0.3.465"]
|
||||
[clj-time "0.14.2"]
|
||||
[clj-http "3.7.0"]
|
||||
[tick "0.3.5"]
|
||||
[org.clojure/data.json "0.2.6"]
|
||||
[amalloy/ring-buffer "1.2.1"]
|
||||
[tick "0.3.5"]])
|
||||
Reference in New Issue
Block a user