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