-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshard.yml
More file actions
41 lines (34 loc) · 769 Bytes
/
shard.yml
File metadata and controls
41 lines (34 loc) · 769 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
name: netbox-extractor
version: 1.0.1
crystal: '>= 1.18.0'
license: MIT
authors:
- Nicolas Rodriguez <nico@nicoladmin.fr>
targets:
netbox-extractor:
main: src/netbox-extractor.cr
dependencies:
admiral:
github: jwaldrip/admiral.cr
any_hash:
github: Sija/any_hash.cr
baked_file_system:
github: schovi/baked_file_system
version: 0.13.0
cr-color-logging:
github: vici37/cr-color-logging
crinja:
github: straight-shoota/crinja
crystal-env:
github: crystal-lang/crystal-env
branch: master
dotenv:
github: gdotdesign/cr-dotenv
netbox-client:
path: vendor/netbox-client
development_dependencies:
ameba:
github: crystal-ameba/ameba
spectator:
gitlab: arctic-fox/spectator
version: ~> 0.12.0