Current section

Files

Jump to
rebar3_run src rebar3_run.app.src
Raw

src/rebar3_run.app.src

{application, rebar3_run,
[{description, "A rebar plugin"}
,{vsn, "0.1.0"}
,{registered, []}
,{applications,
[kernel,stdlib]}
,{env,[]}
,{modules, []}
,{contributors,["Tristan Sloughter"]}
,{licenses,["MIT"]}
,{links,[{"Github", "https://github.com/tsloughter/rebar3_run"}]}
]}.