Made library and removed entry point for application type.

This commit is contained in:
Tristan B. Kildaire 2020-05-02 20:06:59 +02:00
parent 20718fed5a
commit c011e7bdae
2 changed files with 2 additions and 9 deletions

View File

@ -8,5 +8,6 @@
},
"description": "D library for writing Bester-based applications.",
"license": "GPLv3",
"name": "libester"
"name": "libester",
"targetType": "library"
}

View File

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