Current section

Files

Jump to
outil gleam.toml
Raw

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"