[add] Created new dub project.

This commit is contained in:
2019-10-03 00:00:00 +00:00
parent b9f1d1ca58
commit 9f41d0faaf
5 changed files with 24 additions and 0 deletions

9
sjscript/dub.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "sjscript",
"targetPath": ".bin",
"dependencies": {
"dast": {"path": "../thirdparty/dast"}
}
}