Initialized dub

This commit is contained in:
Tristan B. Kildaire 2020-07-21 12:03:09 +02:00
parent 0a584a5e88
commit aea0150693
2 changed files with 19 additions and 0 deletions

13
dub.json Normal file
View File

@ -0,0 +1,13 @@
{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"dependencies": {
"libutterfly": "~>0.0.18",
"vibe-d": "~>0.8.6"
},
"description": "Web-mail client for butterfly",
"license": "AGPL v3.0",
"name": "inggs"
}

6
source/app.d Normal file
View File

@ -0,0 +1,6 @@
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}