11 lines
417 B
Clojure
11 lines
417 B
Clojure
{:paths ["."]
|
|
:deps {org.babashka/http-client {:mvn/version "0.4.16"}
|
|
cheshire/cheshire {:mvn/version "5.12.0"}}
|
|
:tasks
|
|
{setup {:doc "Set up Discord webhook configuration"
|
|
:task (exec 'iamwaiting.core/-main "setup")}
|
|
test {:doc "Test webhook configuration"
|
|
:task (exec 'iamwaiting.core/-main "test")}
|
|
run {:doc "Send waiting notification"
|
|
:task (exec 'iamwaiting.core/-main)}}}
|