-
Notifications
You must be signed in to change notification settings - Fork 0
/
shard.yml
57 lines (42 loc) · 961 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: placeos-source
version: 1.12.8
crystal: ~> 1
authors:
- Caspian Baska <[email protected]>
targets:
source:
main: src/app.cr
dependencies:
placeos-driver:
github: placeos/driver
version: ~> 6.3
action-controller:
github: spider-gazelle/action-controller
flux:
github: place-labs/flux
mqtt:
github: spider-gazelle/crystal-mqtt
placeos-log-backend:
github: place-labs/log-backend
version: ">= 0.11.0"
placeos-models:
github: placeos/models
placeos-resource:
github: place-labs/resource
redis:
github: stefanwille/crystal-redis
pg-orm:
github: spider-gazelle/pg-orm
simple_retry:
github: spider-gazelle/simple_retry
rwlock:
github: spider-gazelle/readers-writer
secrets-env:
github: place-labs/secrets-env
tasker:
github: spider-gazelle/tasker
development_dependencies:
faker:
github: askn/faker
ameba:
github: crystal-ameba/ameba