|
@@ -0,0 +1,17 @@
|
|
|
+{
|
|
|
+ "name": "vtest2",
|
|
|
+ "description": "test vibe-d concurrency functions app",
|
|
|
+
|
|
|
+ "targetName": "vtest2",
|
|
|
+ "dflags": ["-w", "-O"],
|
|
|
+ "targetType": "executable",
|
|
|
+ "dependencies": {
|
|
|
+ "vibe-core": "~>2.12.0"
|
|
|
+ },
|
|
|
+ "libs": [],
|
|
|
+ "lflags": [],
|
|
|
+
|
|
|
+ "license": "proprietary",
|
|
|
+ "copyright": "Copyright © 2025, 221V",
|
|
|
+ "authors": [ "221V" ]
|
|
|
+}
|