Current section

Files

Jump to
vec_dict_json gleam.toml
Raw

gleam.toml

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