emqx/apps/emqx_gcp_device/rebar.config

7 lines
155 B
Erlang

{erl_opts, [debug_info]}.
{deps, [
{emqx, {path, "../emqx"}},
{emqx_utils, {path, "../emqx_utils"}},
{emqx_authn, {path, "../emqx_authn"}}
]}.