Current section
Files
Jump to
Current section
Files
src/ftpasta.app.src
{application, ftpasta, [
{vsn, "0.3.1"},
{applications, [filepath,
ftp,
gleam_erlang,
gleam_regexp,
gleam_stdlib,
simplifile]},
{description, "Simple FTP client for Gleam."},
{modules, [ftpasta,
ftpasta@@main,
ftpasta@ftp_error,
ftpasta@internal,
ftpasta@tls_config,
ftpasta_cd,
ftpasta_ffi,
ftpasta_ffi_helpers]},
{registered, []}
]}.