16 lines
379 B
Erlang
16 lines
379 B
Erlang
%% -*- mode: erlang -*-
|
|
|
|
{erl_opts, [debug_info]}.
|
|
{deps, [
|
|
{emqx, {path, "../emqx"}},
|
|
{emqx_utils, {path, "../emqx_utils"}},
|
|
{emqx_rule_engine, {path, "../emqx_rule_engine"}},
|
|
{erlavro, {git, "https://github.com/klarna/erlavro.git", {tag, "2.9.8"}}},
|
|
{gpb, "4.19.9"}
|
|
]}.
|
|
|
|
{shell, [
|
|
% {config, "config/sys.config"},
|
|
{apps, [emqx_schema_registry]}
|
|
]}.
|