Added dependency on peco, for tokenisation.

This commit is contained in:
Simon Brooke 2025-10-31 13:53:54 +00:00
parent f2fc1acc80
commit 73549a5c90

View file

@ -1,9 +1,9 @@
(defproject elboob "0.1.0-SNAPSHOT"
(defproject cc.journeyman/elboob "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.11.1"]
[peco "0.1.6"]]
:repl-options {:init-ns elboob.core}
:repl-options {:init-ns cc.journeyman.elboob.core}
:source-paths ["src/clj"])