blob: 15c1f386e805d1d34a64cdd4903793e4316cca38 (
plain) (
tree)
|
|
{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, []}}].
|