Current section
Files
Jump to
Current section
Files
src/rebar3_raw_deps.app.src
{application, rebar3_raw_deps,
[{description, "Provider for supporting the raw deps"},
{vsn, "1.0.0"},
{registered, []},
{applications,[kernel,stdlib,bbmustache]},
{modules, []},
{maintainers, ["Hinagiku Soraoba"]},
{licenses, ["MIT"]},
{links, [{"GitHub","https://github.com/soranoba/rebar3_raw_deps"}]},
{env,[]}
]}.