-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathshard.yml
96 lines (90 loc) · 1.9 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
name: shards-info
version: 7.4.0
crystal: 1.15.0
authors:
- Anton Maminov <anton.maminov@gmail.com>
targets:
web:
main: src/web.cr
cli:
main: src/cli.cr
worker:
main: src/worker.cr
dependencies:
kemal:
github: kemalcr/kemal
version: ">= 1.3.0"
redis:
github: jgaskins/redis
mosquito:
github: mosquito-cr/mosquito
version: "~> 2.0"
kemal-session:
github: kemalcr/kemal-session
kemal-session-redis-engine:
github: crystal-garage/kemal-session-redis-engine
branch: main
kemal-flash:
github: crystal-garage/kemal-flash
kilt:
github: jeromegn/kilt
slang:
github: jeromegn/slang
branch: master
kemal-kilt:
github: crystal-garage/kemal-kilt
multi_auth:
github: msa7/multi_auth
branch: master
clear:
github: crystal-garage/clear
branch: develop
version: '>= 0.8.21'
retriable:
github: Sija/retriable.cr
delegator:
github: Schniz/delegator.cr
cache:
github: crystal-cache/cache
crest:
github: mamantoha/crest
emoji:
github: veelenga/emoji.cr
branch: master
i18n:
github: crystal-i18n/i18n
humanize_time:
github: mamantoha/humanize_time
time_by_example:
github: mamantoha/time_by_example
time_duration:
github: mamantoha/time_duration
time_zone:
github: mamantoha/time_zone
countdown:
github: mamantoha/countdown-crystal
cmark:
github: amauryt/cr-cmark-gfm
version: 0.1.2
noir:
github: MakeNowJust/noir
branch: main
autolink:
github: crystal-community/autolink.cr
raven:
github: Sija/raven.cr
version: ~> 1.9.1
dotenv:
github: gdotdesign/cr-dotenv
branch: master
shards_spec:
github: mamantoha/shards_spec
cadmium_transliterator:
github: cadmiumcr/transliterator
development_dependencies:
spec-kemal:
github: kemalcr/spec-kemal
ameba:
github: crystal-ameba/ameba
branch: master
license: MIT