Add runtime deps on gproc and esockd

This commit is contained in:
Kevin Smith 2015-12-01 16:15:35 -05:00
parent d397ae7da1
commit 60c5baa803
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
{modules, []},
{registered, []},
{applications, [kernel,
stdlib]},
stdlib,
gproc,
esockd]},
{mod, {emqttd_app, []}},
{env, []}
]}.