Current section
Files
Jump to
Current section
Files
priv/_rebar.config
{erl_opts, [debug_info]}.
{deps, []}.
{plugins, [rebar3_rustler]}.
{cargo_opts, [
{src_dir, "native/{{name}}"}
]}.
{provider_hooks, [
{pre, [
{compile, {cargo, build}}
]},
{post, [
{clean, {cargo, clean}},
{eunit, {cargo, test}}
]}
]}.