Current section
Files
Jump to
Current section
Files
gleam.toml
name = "vec_json"
version = "4.0.0"
description = "A vectors-to-JSON library for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "nnb", repo = "vec_json" }
links = [
{ title = "Vec", href = "https://hexdocs.pm/vec" },
{ title = "Vec Dict JSON", href = "https://hexdocs.pm/vec_dict_json" },
]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
vec = ">= 3.0.0 and < 4.0.0"
gleam_json = ">= 3.0.1 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"