Initialized dub repository

This commit is contained in:
Tristan B. Kildaire 2020-09-29 10:06:46 +02:00
parent 2db559877d
commit 7a24152476
2 changed files with 16 additions and 0 deletions

10
dub.json Normal file
View File

@ -0,0 +1,10 @@
{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"description": "dnet client library",
"license": "LGPL v2.1",
"name": "libdnet",
"targetType" : "library"
}

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.");
}