blob: 1e9cd3d33c342709e59c96ba86d273debb39106a (
plain) (
tree)
|
|
%% Feel free to use, reuse and abuse the code in this file.
{application, cookie, [
{description, "Cowboy Cookie example."},
{vsn, "1"},
{modules, []},
{registered, []},
{applications, [
kernel,
stdlib,
cowboy
]},
{mod, {cookie_app, []}},
{env, []}
]}.
|