Current section
Files
Jump to
Current section
Files
src/teacup.app.src
{application, teacup,
[{description, "Simple TCP client library for Erlang"},
{vsn, "0.3.3"},
{registered, []},
{mod, {teacup_app, []}},
{applications,
[kernel,
stdlib
]},
{env,[]},
{modules, []},
{maintainers, ["Yuce Tekol"]},
{licenses, ["MIT"]},
{links, [{git, "https://github.com/yuce/teacup.git"}]}
]}.