-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
76 lines (56 loc) · 1.2 KB
/
shard.yml
File metadata and controls
76 lines (56 loc) · 1.2 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: maze
version: 0.1.2
authors:
- Maze Team and Contributors <mazeframework.github.io>
crystal: 0.24.1
license: MIT
targets:
maze:
main: src/maze/cli.cr
dependencies:
maze_router:
github: mazeframework/router
#version: ~> 0.0.3
cli:
github: amberframework/cli
version: ~> 0.7.0
compiled_license:
github: elorest/compiled_license
version: ~> 0.1.1
kilt:
github: jeromegn/kilt
version: ~> 0.4.0
liquid:
github: TechMagister/liquid.cr
version: ~> 0.2.4
micrate:
github: amberframework/micrate
version: ~> 0.3.0
mysql:
github: crystal-lang/crystal-mysql
version: ~> 0.4.0
pg:
github: will/crystal-pg
version: ~> 0.14.1
redis:
github: stefanwille/crystal-redis
version: ~> 1.10.1
shell-table:
github: jwaldrip/shell-table.cr
version: ~> 0.9.1
slang:
github: jeromegn/slang
version: ~> 1.7.1
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.9.0
inflector:
github: phoffer/inflector.cr
version: "~> 0.1.8"
teeplate:
github: amberframework/teeplate
version: ~> 0.5.0
development_dependencies:
ameba:
github: veelenga/ameba
version: ~> 0.6.0