-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
43 lines (36 loc) · 827 Bytes
/
shard.yml
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
name: dbx
version: 1.1.1
crystal: ">= 0.36.1"
license: MIT
authors:
- Nicolas Talle <[email protected]>
targets:
dbx:
main: src/app.cr
crystalline:
pg: spec/adapter/pg_spec.cr
sqlite: spec/adapter/sqlite_spec.cr
dependencies:
db:
github: crystal-lang/crystal-db
version: ~> 0.10.1
# Pick / Uncomment your database(s)
# pg:
# github: will/crystal-pg
# # Add the last version, example: version: ~> 0.23.1
# sqlite3:
# github: crystal-lang/crystal-sqlite3
# # Add the last version, example: version: 0.18.0
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.1
pg:
github: will/crystal-pg
version: ~> 0.23.1
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.18.0
mg:
github: hkalexling/mg
# version: ~> 0.4.0