diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..3803003 --- /dev/null +++ b/dub.json @@ -0,0 +1,9 @@ +{ + "authors": [ + "Tristan B. Kildaire" + ], + "copyright": "Copyright © 2020, Tristan B. Kildaire", + "description": "Bester protocol daemon. ", + "license": "AGPL v3", + "name": "besterd" +} \ No newline at end of file diff --git a/source/app.d b/source/app.d new file mode 100644 index 0000000..c3eec7f --- /dev/null +++ b/source/app.d @@ -0,0 +1,6 @@ +import std.stdio; + +void main() +{ + writeln("Edit source/app.d to start your project."); +} diff --git a/spec.md b/spec.md index 2158fdd..9295431 100644 --- a/spec.md +++ b/spec.md @@ -10,5 +10,5 @@ Bester is a protocol for authenticated message-passing in a federated network. Every message in bester contains the following: ```` -[4 bytes - message size][JSON message] +[8 bytes - message size][JSON message] ```` \ No newline at end of file