-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
47 lines (35 loc) · 793 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: meu_blog
version: 0.1.0
authors:
- CristopherVidalMachado <[email protected]>
crystal: 0.25.1
license: UNLICENSED
targets:
meu_blog:
main: src/meu_blog.cr
amber:
main: lib/amber/src/amber/cli.cr
dependencies:
amber:
github: amberframework/amber
version: 0.8.0
#branch: master
granite:
github: amberframework/granite
version: ~> 0.12.1
quartz_mailer:
github: amberframework/quartz-mailer
version: ~> 0.5.1
jasper_helpers:
github: amberframework/jasper-helpers
version: ~> 0.2.0
pg:
github: will/crystal-pg
version: ~> 0.15.0
citrine-i18n:
github: amberframework/citrine-i18n
version: 0.3.2
development_dependencies:
garnet_spec:
github: amberframework/garnet-spec
version: ~> 0.2.1