DashBot/shard.yml

32 lines
558 B
YAML

name: DashBot
version: 1.1.0
authors:
- Arthur Poulet <arthur.poulet@mailoo.org>
license: MIT
crystal: 1.0.0
dependencies:
# irc
crirc:
git: https://git.sceptique.eu/Sceptique/Crirc
branch: master
# dice roll
rollable:
git: https://git.sceptique.eu/Sceptique/rollable
branch: master
# Sql
pg:
github: will/crystal-pg
# db:
# github: Nephos/crystal-db
# branch: feature/namedtuple-for-query
# database migrations
micrate:
github: juanedi/micrate
# .env file
dotenv:
github: gdotdesign/cr-dotenv