Current section

Files

Jump to
ftpasta src ftpasta.app.src
Raw

src/ftpasta.app.src

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