Current section

Files

Jump to
vec gleam.toml
Raw

gleam.toml

name = "vec"
version = "4.1.0"
description = "A vectors library for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "gwg", repo = "vec" }
links = [
{ title = "Vec Dict", href = "https://vec-dict.hexdocs.pm" },
{ title = "Vec Dict ANSI", href = "https://vec-dict-ansi.hexdocs.pm" },
]
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_community_maths = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"