mentorenwahl/backend/shard.yml

76 lines
2 KiB
YAML
Raw Normal View History

# Mentorenwahl: A fullstack application for assigning mentors to students based on their whishes.
# Copyright (C) 2022 Dominic Grimm
2022-03-07 13:06:02 +00:00
#
# 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.
2022-03-07 13:06:02 +00:00
#
# 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.
2022-03-07 13:06:02 +00:00
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2022-01-23 08:12:57 +00:00
name: backend
2022-01-08 12:29:22 +00:00
version: 0.1.0
authors:
- Dominic Grimm <dominic.grimm@gmail.com>
2022-11-25 22:21:21 +00:00
license: GPL-3.0
2022-01-23 08:12:57 +00:00
2022-01-08 12:29:22 +00:00
targets:
2022-01-23 08:12:57 +00:00
backend:
2022-10-31 08:47:26 +00:00
main: src/backend.cr
2022-01-08 12:29:22 +00:00
2022-12-16 18:23:38 +00:00
crystal: 1.6.2
2022-01-08 12:29:22 +00:00
dependencies:
clear:
github: vici37/clear
branch: master
2022-01-08 12:29:22 +00:00
graphql:
github: graphql-crystal/graphql
2022-10-31 08:47:26 +00:00
branch: main
2022-01-08 12:29:22 +00:00
jwt:
github: crystal-community/jwt
commander:
github: mrrooijen/commander
2022-01-23 08:12:57 +00:00
mosquito:
github: mosquito-cr/mosquito
2022-01-28 17:30:20 +00:00
quartz_mailer:
github: amberframework/quartz-mailer
kilt:
github: jeromegn/kilt
2022-02-03 16:28:32 +00:00
env_config:
2022-02-06 15:42:08 +00:00
github: repomaa/env_config.cr
ldap:
github: spider-gazelle/crystal-ldap
ldap_escape:
git: https://git.dergrimm.net/dergrimm/ldap_escape.git
2022-02-09 16:10:16 +00:00
shard:
github: maiha/shard.cr
retriable:
2022-03-15 19:23:20 +00:00
github: sija/retriable.cr
2022-02-14 16:32:12 +00:00
service:
git: https://git.dergrimm.net/dergrimm/service.git
2022-03-07 08:34:18 +00:00
redis:
github: stefanwille/crystal-redis
2022-03-07 09:20:46 +00:00
pool:
github: ysbaddaden/pool
athena:
github: athena-framework/framework
baked_file_system:
github: schovi/baked_file_system
compiled_license:
git: https://git.dergrimm.net/dergrimm/compiled_license.git
2022-07-28 12:05:10 +00:00
docker:
github: repomaa/docker.cr
2023-01-29 10:49:13 +00:00
tallboy:
github: epoch/tallboy
wannabe_bool:
github: llamicron/wannabe_bool