name = "gleam_community_ansi" version = "1.2.0" licences = ["Apache-2.0"] description = "ANSI colours, formatting, and control codes" repository = { type = "github", user = "gleam-community", repo = "ansi" } gleam = ">= 0.32.0" [dependencies] gleam_stdlib = "~> 0.32" gleam_community_colour = "~> 1.2" [dev-dependencies] gleeunit = "~> 0.11"