|
@@ -1,15 +1,17 @@
|
|
|
{
|
|
|
- "authors": [
|
|
|
- "221V"
|
|
|
- ],
|
|
|
- "copyright": "Copyright © 2025, 221V",
|
|
|
- "description": "dopp = DEF compiler / D preprocessor",
|
|
|
- "license": "MIT",
|
|
|
- "name": "dopp",
|
|
|
- "mainSourceFile": "source/app.d",
|
|
|
- "sourceFiles": ["source/app.d"],
|
|
|
- "targetName": "dopp",
|
|
|
- "targetType": "executable",
|
|
|
- "dflags": ["-w", "-O", "-static"],
|
|
|
- "dependencies": {}
|
|
|
+ "authors": [
|
|
|
+ "221V"
|
|
|
+ ],
|
|
|
+ "copyright": "Copyright © 2025, 221V",
|
|
|
+ "description": "dopp = DEF compiler / D preprocessor",
|
|
|
+ "license": "MIT",
|
|
|
+ "name": "dopp",
|
|
|
+ "mainSourceFile": "source/app.d",
|
|
|
+ "sourceFiles": ["source/app.d"],
|
|
|
+ "targetName": "dopp",
|
|
|
+ "targetType": "executable",
|
|
|
+ "dflags": ["-w", "-O", "-static"],
|
|
|
+ "dependencies": {
|
|
|
+ "toml": "~>2.0.1"
|
|
|
+ }
|
|
|
}
|