-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
42 lines (35 loc) · 797 Bytes
/
shard.yml
File metadata and controls
42 lines (35 loc) · 797 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: build-api
version: 1.1.0
crystal: ~> 1.0
license: MIT
# compile target
targets:
build-api:
main: src/app.cr
dependencies:
# The server framework
action-controller:
github: spider-gazelle/action-controller
version: ">= 5.5"
git-repository:
github: place-labs/git-repository
placeos-log-backend:
github: place-labs/log-backend
version: ">= 0.11.2"
awscr-s3:
github: taylorfinnell/awscr-s3
sqlite3:
github: crystal-lang/crystal-sqlite3
# security
crystal-two-factor-auth:
github: stakach/crystal-two-factor-auth
# QR code generation
qr-code:
github: spider-gazelle/qr-code
stumpy_png:
github: stumpycr/stumpy_png
development_dependencies:
ameba:
github: veelenga/ameba
hot_topic:
github: jgaskins/hot_topic