aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_community_ansi/gleam.toml
blob: 5da1f7ec075362a96bdb4d259c19b43fdc4c4ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"