0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Add a few more infos to the .app.src for private use

This commit is contained in:
Loïc Hoguin 2012-11-13 13:11:23 +01:00
parent b28c7a5d68
commit 896fd7e050

View file

@ -13,7 +13,10 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
{application, cowboy, [ {application, cowboy, [
{id, "Cowboy"},
{description, "Small, fast, modular HTTP server."}, {description, "Small, fast, modular HTTP server."},
{sub_description, "Cowboy is also a socket acceptor pool, "
"able to accept connections for any kind of TCP protocol."},
{vsn, "0.7.0"}, {vsn, "0.7.0"},
{modules, []}, {modules, []},
{registered, [cowboy_clock, cowboy_sup]}, {registered, [cowboy_clock, cowboy_sup]},