1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2024-12-20 12:56:02 +00:00
rebar/priv/templates/simpleapp.app.src
2010-06-22 11:02:54 -06:00

12 lines
222 B
Erlang

{application, {{appid}},
[
{description, ""},
{vsn, "1"},
{registered, []},
{applications, [
kernel,
stdlib
]},
{mod, { {{appid}}_app, []}},
{env, []}
]}.