-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
42 lines (37 loc) · 808 Bytes
/
shard.yml
File metadata and controls
42 lines (37 loc) · 808 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
37
38
39
40
41
42
name: shrine_file_uploads
version: 0.1.0
authors:
- your-name-here <your-email-here>
targets:
webserver:
main: src/shrine_file_uploads.cr
crystal: 1.1.0
dependencies:
lucky:
github: luckyframework/lucky
version: ~> 0.28.0
authentic:
github: luckyframework/authentic
version: ~> 0.8.0
carbon:
github: luckyframework/carbon
version: ~> 0.2.0
lucky_env:
github: luckyframework/lucky_env
version: ~> 0.1.3
jwt:
github: crystal-community/jwt
version: ~> 1.5.0
shrine:
github: jetrockets/shrine.cr
version: ~> 0.6.4
development_dependencies:
spark:
github: stephendolan/spark
version: ~> 1.14
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.2
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.7.3