chore(stomp.erl): Prepare for depot merge

This commit is contained in:
Vincent Ambo 2019-12-21 01:20:41 +00:00
parent ad0d127ab3
commit 32d16e2b02
9 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{application, stomp, [{description, "STOMP client for Erlang"},
{vsn, "0.1.0"},
{modules, [stomp_app, stomp_sup, stomp_worker]},
{registered, [stomp_worker]},
{env, []},
{applications, [kernel, stdlib]},
{mod, {stomp_app, []}}]}.