From 8e4092347975db7fe90b0895f605bdd79de47410 Mon Sep 17 00:00:00 2001 From: self Date: Mon, 2 Oct 2023 20:35:53 +0100 Subject: Initial commit --- dub.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dub.json (limited to 'dub.json') 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" + } +} -- cgit v1.2.1