Current section
Files
Jump to
Current section
Files
src/rebar3_cuttlefish.app.src
{application,rebar3_cuttlefish,
[{description,"A rebar plugin"},
{vsn,"0.9.0"},
{registered,[]},
{applications,[kernel,stdlib,cuttlefish]},
{env,[]},
{modules,[]},
{maintainers,[]},
{licenses,["Apache"]},
{links,[{"Github",
"https://github.com/tsloughter/rebar3_cuttlefish"}]}]}.