123456789 |
- {application, rest, [
- {description, "REST SXC"},
- {vsn, "2.9"},
- {applications, [kernel, stdlib, public_key, asn1, ssl, crypto, syntax_tools, compiler, ranch, cowboy, n2o]},
- {modules, [rest_app, rest_cowboy, rest_sup, rest]},
- {registered, [rest_sup]},
- {mod, { rest_app, []}},
- {env, []}
- ]}.
|