add dub.json

This commit is contained in:
Jeremy Baxter 2024-01-26 14:22:09 +13:00
parent 13081be4f2
commit 753c002bb7

12
dub.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "initial",
"description": "INI parsing library for the D programming language",
"authors": ["Jeremy Baxter"],
"copyright": "Copyright © 2024, Jeremy Baxter",
"license": "BSL-1.0",
"targetType": "library",
"sourcePaths": ["."],
"sourceFiles": ["initial.d"]
}