Current section

Files

Jump to
rebar3_hank src rebar3_hank.app.src
Raw

src/rebar3_hank.app.src

{application,rebar3_hank,
[{description,"A rebar plugin for dead code cleaning"},
{vsn,"0.4.0"},
{registered,[]},
{applications,[kernel,stdlib,katana_code]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"github","https://github.com/AdRoll/rebar3_hank"}]}]}.