Add dub.json

This commit is contained in:
Chris Josten 2020-12-12 17:30:54 +00:00
parent f84a4f321c
commit c680268e0a

12
dub.json Normal file
View file

@ -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"]
}