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