{application, singleflight, [
    {vsn, "1.1.0"},
    {applications, [gleam_erlang,
                    gleam_otp,
                    gleam_stdlib]},
    {description, "Singleflight request deduplication."},
    {modules, [singleflight,
               singleflight@@main]},
    {registered, []}
]}.
