add dub.json
This commit is contained in:
parent
cb28f5834d
commit
5518abc00b
1 changed files with 12 additions and 0 deletions
12
dub.json
Normal file
12
dub.json
Normal 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"]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue