Current section

Files

Jump to
vec_json gleam.toml
Raw

gleam.toml

name = "vec_json"
version = "1.0.2"
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 = ">= 1.3.3 and < 2.0.0"
gleam_json = ">= 3.0.1 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"