Current section
Files
Jump to
Current section
Files
gleam.toml
name = "hoist"
version = "1.0.0"
description = "Low-level command line option parsing for making CLI tooling in Gleam!"
licences = ["Apache-2.0"]
repository = { type = "github", user = "Pevensie", repo = "hoist" }
# links = [{ title = "Website", href = "" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_regexp = ">= 1.1.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
argv = ">= 1.0.2 and < 2.0.0"