Current section

Files

Jump to
glearray gleam.toml
Raw

gleam.toml

name = "glearray"
version = "2.0.0"
description = "Immutable arrays for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "lunagl", repo = "glearray" }
links = []
[dependencies]
gleam_stdlib = "~> 0.37"
[dev-dependencies]
gleeunit = "~> 1.1"