Packages
A Gleam library for writing command line tools.
Current section
Files
Jump to
Current section
Files
gleam.toml
name = "outil"
version = "0.5.0"
description = "A Gleam library for writing command line tools."
licences = ["Apache-2.0"]
repository = { type = "github", user = "fabjan", repo = "outil" }
gleam = ">= 0.32.0"
[dependencies]
gleam_stdlib = "~> 0.32"
[dev-dependencies]
gleeunit = "~> 1.0"