mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-10 22:39:13 +00:00
* erlang-server: add jesse to app.up release * erlang-server: remove dialyzer errors that might not be related to the program
12 lines
260 B
Erlang
12 lines
260 B
Erlang
{application,
|
|
openapi,
|
|
[{description,
|
|
"Echo Server API"},
|
|
{vsn, "1.0.0"},
|
|
{registered, []},
|
|
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy, jesse]},
|
|
{env, []},
|
|
{modules, []},
|
|
{licenses, ["Apache 2.0"]},
|
|
{links, []}]}.
|