mentorenwahl/backend/shard.yml

73 lines
1.9 KiB
YAML
Raw Permalink 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:
2023-03-09 17:19:53 +00:00
- Dominic Grimm <dominic@dergrimm.net>
2022-01-08 12:29:22 +00:00
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:
2023-03-05 13:27:50 +00:00
api:
main: src/bin/api.cr
worker:
main: src/bin/worker.cr
2022-01-08 12:29:22 +00:00
2023-03-09 17:19:53 +00:00
crystal: 1.7.3
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-02-03 16:28:32 +00:00
env_config:
2022-02-06 15:42:08 +00:00
github: repomaa/env_config.cr
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
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
2023-01-31 20:24:18 +00:00
graphql-dataloader:
github: graphql-crystal/dataloader
branch: main
2023-02-25 13:38:14 +00:00
fancyline:
github: Papierkorb/fancyline