Add description field to HTTP server example.

This commit is contained in:
Sönke Ludwig 2017-09-21 14:03:44 +02:00
parent a5628230c1
commit 90d5784c2d
2 changed files with 3 additions and 6 deletions

View file

@ -1,6 +0,0 @@
{
"name": "bench-http-server",
"dependencies": {
"vibe-core": {"path": "../../"},
}
}

View file

@ -0,0 +1,3 @@
name "bench-http-server"
description "Minimal partial HTTP server implementation for baseline performance testing"
dependency "vibe-core" path="../../"