Current section

Files

Jump to
rebar_protobuffs src rebar_protobuffs.app.src
Raw

src/rebar_protobuffs.app.src

{application, 'rebar_protobuffs', [
{description, "A rebar plugin"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[
kernel,
stdlib,
gpb
]},
{env,[]},
{modules, []},
{licenses, ["BSD 3-clause Revised"]},
{links, []}
]}.