Packages

Provider for supporting the raw deps

Current section

Files

Jump to
rebar3_raw_deps src rebar3_raw_deps.app.src
Raw

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,[]}
]}.