Current section

Files

Jump to
ftpasta src ftpasta.app.src
Raw

src/ftpasta.app.src

{application, ftpasta, [
{vsn, "0.2.0"},
{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, []}
]}.