{application, gleam_fetch, [
    {vsn, "0.1.0"},
    {applications, [gleam_http,
                    gleam_javascript,
                    gleeunit]},
    {description, "Make HTTP requests in Gleam JavaScript with Fetch"},
    {modules, [gleam@fetch]},
    {registered, []}
]}.
