Current section

Files

Jump to
vec_dict gleam.toml
Raw

gleam.toml

name = "vec_dict"
version = "1.2.2"
description = "Functions to handle dictionary with vector as keys for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "nnb", repo = "vec_dict" }
links = [
{ title = "Vec", href = "https://hexdocs.pm/vec" },
{ title = "Vec Dict JSON", href = "https://hexdocs.pm/vec_dict_json" },
]
internal_modules = ["vec/dict/internal"]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
vec = ">= 1.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"