-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathdub.json
41 lines (41 loc) · 798 Bytes
/
dub.json
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
{
"authors": [
"CodeMyst"
],
"configurations": [
{
"mainSourceFile": "source/app.d",
"name": "application",
"targetType": "executable"
},
{
"excludedSourceFiles": [
"source/app.d"
],
"name": "library",
"targetType": "library"
}
],
"copyright": "Copyright © 2019, CodeMyst",
"dependencies": {
"archive": "~>0.7.0",
"commonmark-d": "~>1.0.7",
"crypto": "~>0.2.13",
"csprng": "~>1.1.2",
"diet-ng": "~>1.7.5",
"dshould": "~>1.1.0",
"dyaml": "~>0.8.0",
"imagefmt": "~>2.1.0",
"scrypt-d": {
"path": "scrypt.d/",
"version": ">=0.0.0"
},
"silly": "~>1.0.2",
"vibe-d": ">=0.9.0"
},
"description": "A minimal D application.",
"license": "MPL-2.0",
"name": "pastemyst",
"targetPath": "bin",
"libs-windows": ["lib/windows/scrypt"]
}