From c680268e0aa5f169baccd481202b8e505ff2c8cb Mon Sep 17 00:00:00 2001 From: Chris Josten Date: Sat, 12 Dec 2020 17:30:54 +0000 Subject: [PATCH] Add dub.json --- dub.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dub.json diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..2428d00 --- /dev/null +++ b/dub.json @@ -0,0 +1,12 @@ +{ + "name": "kerstezel", + "description": "A simple vibe.d server application.", + "authors": ["vercie"], + "copyright": "Copyright © 2020, vercie", + "license": "MIT", + "dependencies": { + "vibe-d": "~>0.9" + }, + "stringImportPaths": ["views", "translations"], + "versions": ["VibeOutputCompactHTML"] +} \ No newline at end of file