{application, fireball, [
    {vsn, "1.0.0"},
    {applications, [gleam_http,
                    gleam_httpc,
                    gleam_stdlib]},
    {description, "A package for interfacing with a Google Firestore database."},
    {modules, [error,
               fireball,
               objects@collection,
               objects@document]},
    {registered, []}
]}.
