aboutsummaryrefslogblamecommitdiffstats
path: root/templates/application.app.src
blob: 3bd1d6bbe56e11f8de9485721fd0d768f40e26e7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                      
{application, project_name, [
	{description, ""},
	{vsn, "0.1.0"},
	{id, "git"},
	{modules, []},
	{registered, []},
	{applications, [
		kernel,
		stdlib
	]},
	{mod, {project_name_app, []}},
	{env, []}
]}.