Packages

Plugin to enable non-Erlang deps specification

Current section

Files

Jump to
rebar3_static_deps src rebar3_static_deps.erl
Raw

src/rebar3_static_deps.erl

-module(rebar3_static_deps).
-export([init/1]).
-spec init(rebar_state:t()) -> {ok, rebar_state:t()}.
init(State) ->
{ok, rebar_state:add_resource(State, {static, rebar3_static_resource})}.