-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
47 lines (35 loc) · 815 Bytes
/
shard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: Multiverse Travels Booker API
version: 1.0.0
authors:
- THIAGO MARTINS <thiago17thiago@gmail.com>
targets:
api:
main: src/api.cr
dependencies:
kemal:
github: kemalcr/kemal
version: "~> 1.4.0"
jennifer:
github: imdrasil/jennifer.cr
version: "~> 0.12.0"
jennifer_twin:
github: imdrasil/jennifer_twin
version: "~> 0.1.1"
mysql:
github: crystal-lang/crystal-mysql
version: "= 0.14.0"
pg:
github: will/crystal-pg
version: "= 0.26.0"
sam:
github: imdrasil/sam.cr
version: "~> 0.4.2"
swagger:
github: icyleaf/swagger
development_dependencies:
# `sentry` reconstrói e executa a API quando alterações de código são feitas
sentry:
github: samueleaton/sentry
version: "~> 0.5.0"
crystal: 1.8.2
license: MIT