-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
36 lines (36 loc) · 781 Bytes
/
Copy pathshard.yml
File metadata and controls
36 lines (36 loc) · 781 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: aero
version: 0.1.0
targets:
aero:
main: src/aero.cr
crystal: '>= 1.10.1'
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 1.1.0
avram:
github: luckyframework/avram
version: ~> 1.1.0
carbon:
github: luckyframework/carbon
version: ~> 0.4.0
carbon_sendgrid_adapter:
github: luckyframework/carbon_sendgrid_adapter
version: ~> 0.4.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.2.0
lucky_task:
github: luckyframework/lucky_task
version: ~> 0.3.0
authentic:
github: luckyframework/authentic
version: '>= 1.0.0, < 2.0.0'
jwt:
github: crystal-community/jwt
version: ~> 1.6.0
shrine:
github: jetrockets/shrine.cr
branch: master
development_dependencies: {}