%% Feel free to use, reuse and abuse the code in this file. {application, tcp_reverse, [ {description, "Ranch TCP reverse example."}, {vsn, "1"}, {modules, []}, {registered, [tcp_reverse_sup]}, {applications, [ kernel, stdlib, ranch ]}, {mod, {tcp_reverse_app, []}}, {env, []} ]}.