Current section

Files

Jump to
oas_generator src oas_generator.app.src
Raw

src/oas_generator.app.src

{application, oas_generator, [
{vsn, "1.3.2"},
{applications, [glance,
glance_printer,
gleam_http,
gleam_json,
gleam_stdlib,
justin,
oas,
simplifile,
snag]},
{description, "Generate HTTP clients from Open API specs."},
{modules, [oas@generator,
oas_generator@@main]},
{registered, []}
]}.