-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
31 lines (27 loc) · 586 Bytes
/
shard.yml
File metadata and controls
31 lines (27 loc) · 586 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
name: component_basics
version: 0.1.0
authors:
- your-name-here <your-email-here>
targets:
component_basics:
main: src/component_basics.cr
crystal: 0.35.0
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 0.23.0
authentic:
github: luckyframework/authentic
version: ~> 0.6.1
carbon:
github: luckyframework/carbon
version: ~> 0.1.2
dotenv:
github: gdotdesign/cr-dotenv
version: ~> 0.7.0
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.7.0
jwt:
github: crystal-community/jwt
version: ~> 1.4.2