12345678910111213141516 |
- %% Feel free to use, reuse and abuse the code in this file.
- {application, cookie, [
- {description, "Cowboy Cookie example."},
- {vsn, "1"},
- {modules, []},
- {registered, [cookie_sup]},
- {applications, [
- kernel,
- stdlib,
- cowboy,
- erlydtl
- ]},
- {mod, {cookie_app, []}},
- {env, []}
- ]}.
|