-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathshard.yml
More file actions
50 lines (36 loc) · 794 Bytes
/
shard.yml
File metadata and controls
50 lines (36 loc) · 794 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
49
50
name: crecto-admin
version: 0.2.1
authors:
- Nick Franken <shnick@gmail.com>
crystal: 0.31.1
license: MIT
dependencies:
baked_file_system:
github: schovi/baked_file_system
crecto:
github: crecto/crecto
kemal:
github: kemalcr/kemal
kemal-session:
github: kemalcr/kemal-session
version: 0.12.0
kemal-csrf:
github: fridgerator/kemal-csrf
branch: master
kemal-flash:
github: neovintage/kemal-flash
kemal-basic-auth:
github: kemalcr/kemal-basic-auth
development_dependencies:
db:
github: crystal-lang/crystal-db
version: ~> 0.7.0
mysql:
github: crystal-lang/crystal-mysql
version: 0.9.0
pg:
github: will/crystal-pg
version: 0.19.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: 0.14.0