summaryrefslogtreecommitdiffstats
path: root/project.clj
blob: 692c4fdaa1091290f5f4c0379a3420892770699b (plain)
1
2
3
4
5
6
7
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})