rebar.config
{erl_opts, [
debug_info
]}.
{deps, [
{khepri, "0.16.0"}
%% macula core for MRI behaviours (parse, validate, format)
%% TODO: uncomment when macula_mri is released
%% {macula, "~> 0.9"}
]}.
{shell, [
{apps, [macula_mri_khepri]}
]}.