Current section
Files
Jump to
Current section
Files
src/websocket_client.app.src
{application, websocket_client,
[
{description, "Erlang websocket client"},
{vsn, "1.1.0"},
{registered, []},
{applications, [
ssl,
crypto,
inets
]},
{env, []},
{modules, []}
]
}.