diff options
Diffstat (limited to 'dub.json')
-rw-r--r-- | dub.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..e2848da --- /dev/null +++ b/dub.json @@ -0,0 +1,14 @@ +{ + "name": "reassess", + "copyright": "Copyright © 2024, George", + "license": "GPL-3.0", + "description": "Generates an RSS feed given a directory of entries.", + + "authors": [ + "George Abbott" + ], + "homepage": "https://gabbott.dev/project/reassess", + "dependencies": { + "dxml": "~>0.4.4" + } +} |