mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 08:45:19 +00:00
11 lines
274 B
Erlang
11 lines
274 B
Erlang
{application, sample,
|
|
[{description, "MessagePack RPC sample application"},
|
|
{vsn, "0.0.2"},
|
|
{modules,
|
|
[sample, sample_app, sample_client, sample_srv, sample_sup]
|
|
},
|
|
{registered, []},
|
|
{mod, {sample_app, []}},
|
|
{env, []},
|
|
{applications, [kernel, stdlib]}]}.
|