rebar.config
{erl_opts, [
debug_info
]}.
{deps, [
{khepri, "0.16.0"},
%% macula core for MRI behaviours (parse, validate, format)
{macula, "~> 0.20.5"}
]}.
{shell, [
{apps, [macula_mri_khepri]}
]}.
{erl_opts, [
debug_info
]}.
{deps, [
{khepri, "0.16.0"},
%% macula core for MRI behaviours (parse, validate, format)
{macula, "~> 0.20.5"}
]}.
{shell, [
{apps, [macula_mri_khepri]}
]}.