-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathshard.yml
More file actions
36 lines (31 loc) · 668 Bytes
/
shard.yml
File metadata and controls
36 lines (31 loc) · 668 Bytes
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
name: lucky_diff
version: 1.0.0
authors:
- Stephen Dolan <stephen@stephencodes.com>
targets:
webserver:
main: src/lucky_diff.cr
crystal: ">= 1.16.0"
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.4.0
avram:
github: luckyframework/avram
version: ~> 1.4.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.3.0
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.3.0
raven:
github: Sija/raven.cr
version: ~> 1.9.0
development_dependencies:
ameba:
github: crystal-ameba/ameba
branch: master
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.10.0