{application, ftpasta, [
    {vsn, "0.2.1"},
    {applications, [birdie,
                    exception,
                    filepath,
                    ftp,
                    gleam_erlang,
                    gleam_stdlib,
                    gleeunit,
                    simplifile,
                    temporary]},
    {description, "Simple FTP client for Gleam."},
    {modules, [ftpasta,
               ftpasta@ftp_error,
               ftpasta@internal,
               ftpasta@tls_config]},
    {registered, []}
]}.
