22 lines
378 B
YAML
22 lines
378 B
YAML
name: joann-pupper-bot
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Danila Fedorin <danila.fedorin@gmail.com>
|
|
|
|
targets:
|
|
joann-pupper-bot:
|
|
main: src/joann-pupper-bot.cr
|
|
|
|
dependencies:
|
|
telepathy:
|
|
git: https://dev.danilafe.com/Crystal-Bots/telepathy
|
|
cron_scheduler:
|
|
github: kostya/cron_scheduler
|
|
sqlite3:
|
|
github: crystal-lang/crystal-sqlite3
|
|
|
|
crystal: 0.24.1
|
|
|
|
license: MIT
|