From 9c4854b2a720cca88750544030c457c4e31a6140 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Thu, 9 Nov 2023 12:11:45 +0100 Subject: Add yasa project tree. --- project.clj | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 project.clj (limited to 'project.clj') diff --git a/project.clj b/project.clj new file mode 100644 index 0000000..692c4fd --- /dev/null +++ b/project.clj @@ -0,0 +1,8 @@ +(defproject yasa "0.1.0-SNAPSHOT" + :description "Yasa - Yet another school automation - yet another, because i forgot to backup previous version :(" + :url "https://jdlugosz.com" + ;; :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"] + [etaoin "1.0.40"]] + :repl-options {:init-ns yasa.core}) -- cgit v1.2.3