Current section
Files
Jump to
Current section
Files
examples/rebar3/src/hut_example_rebar3.app.src
{application, hut_example_rebar3,
[{description, "An OTP library"},
{vsn, "0.1.0"},
{registered, []},
{applications,
[kernel,
stdlib,
hut_example
]},
{env,[]},
{modules, []},
{maintainers, []},
{licenses, []},
{links, []}
]}.