{application, crew, [
    {vsn, "1.0.0"},
    {applications, [gleam_deque,
                    gleam_erlang,
                    gleam_otp,
                    gleam_stdlib]},
    {description, "An asynchronous task pool with limited concurrency"},
    {modules, [crew,
               crew@@main,
               crew_ffi]},
    {registered, []}
]}.
