Current section

Files

Jump to
filepath gleam.toml
Raw

gleam.toml

name = "filepath"
version = "1.1.2"
description = "Work with file paths in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lpil", repo = "filepath" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]
[dependencies]
gleam_stdlib = ">= 0.43.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"