diff options
author | self <george@gabbott.dev> | 2023-10-02 20:35:53 +0100 |
---|---|---|
committer | George Abbott <george@gabbott.dev> | 2023-10-02 20:36:48 +0100 |
commit | 8e4092347975db7fe90b0895f605bdd79de47410 (patch) | |
tree | e7aa55355f4f72b9f7972077539e9e05b6e50702 /dub.json |
Initial commit
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" + } +} |