diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..fb52964 --- /dev/null +++ b/dub.json @@ -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"] +}