aboutsummaryrefslogtreecommitdiffstats
path: root/templates/library.app.src
blob: e7f7d751ee04d50f0c6ce153e9a222ec38d4436e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{application, project_name, [
	{description, ""},
	{vsn, "0.1.0"},
	{id, "git"},
	{modules, []},
	{registered, []},
	{applications, [
		kernel,
		stdlib
	]}
]}.