Packages

TOML language parser

Current section

Files

Jump to
etoml rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [
{test, [
{deps, [
{meck, "0.8.4"}
]}
]}]
}.