-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
41 lines (37 loc) · 872 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
name: example_forms
version: 0.1.0
authors:
- Jeremy Woertink <[email protected]>
targets:
example_forms:
main: src/example_forms.cr
crystal: ">= 1.4.0"
dependencies:
lucky:
github: luckyframework/lucky
branch: main
avram:
github: luckyframework/avram
branch: operation_array_attributes
authentic:
github: luckyframework/authentic
version: ~> 0.8.2
carbon:
github: luckyframework/carbon
version: ~> 0.2.1
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.2.1
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.1.4
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.1.1
jwt:
github: crystal-community/jwt
version: ~> 1.6.0
development_dependencies:
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.7.3