blob: 103fd564c15f87d49ea6171bff64417b0317c79f (
plain) (
tree)
|
|
%% Feel free to use, reuse and abuse the code in this file.
{application, tcp_echo, [
{description, "Ranch TCP Echo example."},
{vsn, "1"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib,
ranch
]},
{mod, {tcp_echo_app, []}},
{env, []}
]}.
|