emqx/apps/emqx_schema_registry/rebar.config

17 lines
451 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/emqx/erlavro.git", {tag, "2.10.0"}}},
{jesse, {git, "https://github.com/emqx/jesse.git", {tag, "1.8.0"}}},
{gpb, "4.19.9"}
]}.
{shell, [
% {config, "config/sys.config"},
{apps, [emqx_schema_registry]}
]}.