chore(stomp.erl): Prepare for depot merge
This commit is contained in:
parent
ad0d127ab3
commit
32d16e2b02
9 changed files with 0 additions and 0 deletions
7
net/stomp_erl/src/stomp.app.src
Normal file
7
net/stomp_erl/src/stomp.app.src
Normal 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, []}}]}.
|
||||
Loading…
Add table
Add a link
Reference in a new issue