17 lines
452 B
Erlang
17 lines
452 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.7.12"}}},
|
|
{gpb, "4.19.9"}
|
|
]}.
|
|
|
|
{shell, [
|
|
% {config, "config/sys.config"},
|
|
{apps, [emqx_schema_registry]}
|
|
]}.
|