Current section

Files

Jump to
ftpasta gleam.toml
Raw

gleam.toml

name = "ftpasta"
description = "Simple FTP client for Gleam."
version = "0.2.0"
licences = ["Apache-2.0"]
repository = { type = "codeberg", user = "Deepfriedice", repo = "ftpasta" }
[dependencies]
filepath = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_erlang = "~> 0.22"
simplifile = ">= 2.1.0 and < 3.0.0"
[dev-dependencies]
birdie = ">= 1.2.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"]