%% Feel free to use, reuse and abuse the code in this file.

{application, static, [
	{description, "Cowboy static file server example."},
	{vsn, "1"},
	{modules, []},
	{registered, []},
	{applications, [
		kernel,
		stdlib,
		cowboy
	]},
	{mod, {static_app, []}},
	{env, []}
]}.