Packages

A Gleam library for styling string in the terminal with ANSI Escape Sequences

Current section

Files

Jump to
galant gleam.toml
Raw

gleam.toml

name = "galant"
version = "0.1.2"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
description = "A Gleam library for styling string in the terminal with ANSI Escape Sequences"
repository = { type = "github", user = "JohnBjrk", repo = "galant" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.25"
[dev-dependencies]
gleeunit = "~> 0.7"
gleam_erlang = "~> 0.17"