Current section
Files
Jump to
Current section
Files
gleam.toml
name = "colours"
description = "A Gleam library for adding colours in terminal outputs."
version = "0.3.0"
licences = ["MIT"]
repository = { type = "github", user = "Willyboar", repo = "colours" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"