Current section
Files
Jump to
Current section
Files
gleam.toml
name = "clip"
version = "0.3.0"
description = "A CLI Option Parser for Gleam"
licences = ["MIT"]
repository = { type = "github", user = "drewolson", repo = "clip" }
gleam = ">= 1.4.0"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 0.0.4 and < 2.0.0"
exception = ">= 2.0.0 and < 3.0.0"