Current section

Files

Jump to
rebar3_bench src rebar3_bench.app.src
Raw

src/rebar3_bench.app.src

{application,rebar3_bench,
[{description,"Rebar3 microbenchmark plugin"},
{vsn,"0.3.0"},
{registered,[]},
{applications,[kernel,stdlib,eministat]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/seriyps/rebar3_bench"}]}]}.