Current section

Files

Jump to
ftpasta gleam.toml
Raw

gleam.toml

name = "ftpasta"
description = "Simple FTP client for Gleam."
version = "0.3.0"
licences = ["Apache-2.0"]
repository = { type = "codeberg", user = "Deepfriedice", repo = "FTPasta" }
[dependencies]
filepath = ">= 1.1.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
gleam_stdlib = ">= 0.53.0 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
[dev-dependencies]
birdie = ">= 1.4.0 and < 2.0.0"
exception = ">= 2.0.0 and < 3.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"
temporary = ">= 1.0.0 and < 2.0.0"
[erlang]
extra_applications = ["ftp"]