mentorenwahl/docker/backend/shard.yml
Dominic Grimm 3a19d1d8db
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Fixed file license headers
2022-03-07 14:06:02 +01:00

73 lines
1.8 KiB
YAML

# Mentorenwahl: A fullstack application for assigning mentors to students based on their whishes.
# Copyright (C) 2022 Dominic Grimm
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
name: backend
version: 0.1.0
authors:
- Dominic Grimm <dominic.grimm@gmail.com>
license: GNU GPLv3
targets:
backend:
main: src/cli/backend.cr
micrate:
main: src/cli/micrate.cr
crystal: 1.3.2
dependencies:
granite:
github: amberframework/granite
pg:
github: will/crystal-pg
graphql:
github: graphql-crystal/graphql
branch: master
jwt:
github: crystal-community/jwt
commander:
github: mrrooijen/commander
micrate:
github: juanedi/micrate
mosquito:
github: mosquito-cr/mosquito
quartz_mailer:
github: amberframework/quartz-mailer
kilt:
github: jeromegn/kilt
router:
github: tbrand/router.cr
html-minifier:
github: sam0x17/html-minifier
env_config:
github: repomaa/env_config.cr
ldap:
github: spider-gazelle/crystal-ldap
ldap_escape:
git: https://git.dergrimm.net/dergrimm/ldap_escape.git
shard:
github: maiha/shard.cr
retriable:
github: Sija/retriable.cr
service:
git: https://git.dergrimm.net/dergrimm/service.git
redis:
github: stefanwille/crystal-redis
pool:
github: ysbaddaden/pool