-
Notifications
You must be signed in to change notification settings - Fork 1
/
shard.yml
39 lines (33 loc) · 734 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
name: realworld
version: 0.1.0
authors:
- Benoit Benedetti <humboldtux@gmail.com>
- reiswindy <megamanbn@gmail.com>
development_dependencies:
dotenv:
github: gdotdesign/cr-dotenv
version: ~> 0.6.0
spec-kemal:
github: kemalcr/spec-kemal
version: ~> 0.5.0
dependencies:
kemal:
github: sdogruyol/kemal
version: ~> 0.26.0
jwt:
github: crystal-community/jwt
version: ~> 1.4.0
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.10.0
crecto:
github: fridgerator/crecto
commit: b2929c4cba2ad7de9d9e35ab51236d49075a30a6
micrate:
github: amberframework/micrate
version: ~> 0.6.1
targets:
realworld:
main: src/realworld.cr
crystal: 0.33.0
license: MIT