Current section

Files

Jump to
vec_dict_ansi gleam.toml
Raw

gleam.toml

name = "vec_dict_ansi"
version = "2.0.0"
description = "Converts vec-dict to ANSI string for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "gwg", repo = "vec_dict_ansi" }
links = [
{ title = "Vec", href = "https://hexdocs.pm/vec" },
{ title = "Vec Dict", href = "https://hexdocs.pm/vec_dict" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
vec = ">= 3.0.3 and < 4.0.0"
string_width = ">= 3.3.1 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
vec_dict = ">= 3.0.1 and < 5.0.0"
birdie = ">= 1.5.4 and < 2.0.0"