forked from mint-lang/mint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshard.yml
40 lines (37 loc) · 894 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
name: mint
version: 0.11.0-devel
targets:
mint:
main: src/mint.cr
dependencies:
string_inflection:
github: mosop/string_inflection
version: ~> 0.2.1
baked_file_system:
github: schovi/baked_file_system
commit: 7183bfde8d86a976a6912f582b51cbd1783456af
kemal:
github: kemalcr/kemal
version: ~> 0.27.0
admiral:
github: jwaldrip/admiral.cr
version: ~> 1.11.2
tree_template:
github: gdotdesign/tree_template
commit: 7e24c92208cc99938f3fbd8f5fecda22bcbe3cc3
time_format:
github: vladfaust/time_format.cr
version: ~> 0.1.1
dotenv:
github: gdotdesign/cr-dotenv
version: ~> 0.3.1
markd:
github: icyleaf/markd
commit: 620845abb6776d1765d20d86cc0220aa40f89a91
development_dependencies:
ameba:
github: crystal-ameba/ameba
version: ~> 0.13.0
diff:
github: MakeNowJust/crystal-diff
version: ~> 1.1.0