forked from spider-gazelle/action-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
45 lines (38 loc) · 962 Bytes
/
Copy pathshard.yml
File metadata and controls
45 lines (38 loc) · 962 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
name: action-controller
version: 7.0.4
crystal: ">= 1.9.0"
dependencies:
future:
github: crystal-community/future.cr
version: ~> 1.0
habitat:
github: luckyframework/habitat
version: ~> 0.4
lucky_router:
github: luckyframework/lucky_router
version: ~> 0.4
exception_page:
github: crystal-loot/exception_page
version: ~> 0.3
# reduce the number of stack allocations under load
worker_pool:
github: spider-gazelle/worker_pool
version: ~> 2.0
# Required for running specs in client apps
hot_topic:
github: jgaskins/hot_topic
# Used for generating OpenAPI
json-schema:
github: spider-gazelle/json-schema
version: ">= 1.3"
development_dependencies:
ameba:
github: veelenga/ameba
kilt:
github: jeromegn/kilt
authors:
- Stephen von Takach <[email protected]>
- Caspian Baska <[email protected]>
- Kim Burgess <[email protected]>
- Duke Nguyen <[email protected]>
license: MIT