-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
45 lines (39 loc) · 807 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
name: CrystalSnake
version: 0.2.0
authors:
- Fernando Valverde <[email protected]>
targets:
crystal_snake:
main: src/app.cr
dependencies:
kemal:
github: kemalcr/kemal
priority-queue:
github: spider-gazelle/priority-queue
opentelemetry:
github: jgaskins/opentelemetry
commit: 891f466
jennifer:
github: imdrasil/jennifer.cr
version: ~> 0.13.0
pg:
github: will/crystal-pg
version: ~> 0.26.0
dotenv:
github: drum445/dotenv
version: ~> 0.5.0
mosquito:
github: mosquito-cr/mosquito
version: 1.0.0.rc3
development_dependencies:
sam:
github: imdrasil/sam.cr
version: ~> 0.4.2
sentry:
github: samueleaton/sentry
branch: master
spec-kemal:
github: kemalcr/spec-kemal
version: ~> 1.0.0
crystal: 1.9.2
license: MIT