src/whitecap.app.src
{application,whitecap,
[{applications,[foil,kernel,metal,stdlib,telemetry]},
{description,"High-Performance Erlang HTTP 1.1 Server"},
{env,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/lpgauth/whitecap"}]},
{maintainers,["Louis-Philippe Gauthier"]},
{mod,{whitecap_app,[]}},
{registered,[]},
{vsn,"0.1.0"}]}.