-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathshard.yml
More file actions
48 lines (43 loc) · 915 Bytes
/
Copy pathshard.yml
File metadata and controls
48 lines (43 loc) · 915 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
43
44
45
46
47
48
name: tocry
version: 0.26.1
dependencies:
baked_file_system:
github: ralsina/baked_file_system
branch: master
docopt:
github: ralsina/docopt.cr
docopt-config:
github: ralsina/docopt-config
html_builder:
github: crystal-lang/html_builder
kemal:
github: kemalcr/kemal
kemal-basic-auth:
github: kemalcr/kemal-basic-auth
baked_file_handler:
github: ralsina/baked_file_handler
multi_auth:
github: msa7/multi_auth
kemal-session:
github: kemalcr/kemal-session
sepia:
github: ralsina/sepia
branch: main
crystar:
github: naqvis/crystar
crest:
github: mamantoha/crest
dotenv:
github: gdotdesign/cr-dotenv
version: ~> 1.0
mcp:
github: ralsina/mcp
rate_limiter:
github: ralsina/rate_limiter
authors:
- Roberto Alsina <roberto.alsina@gmail.com>
targets:
tocry:
main: src/main.cr
crystal: '>= 1.16.0'
license: MIT