Current section
Files
Jump to
Current section
Files
gleam.toml
name = "vec_dict"
version = "1.0.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" }
[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"