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