Current section
Files
Jump to
Current section
Files
gleamy_structures
gleam.toml
gleam.toml
name = "gleamy_structures"
version = "0.2.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
licences = ["Apache-2.0"]
description = "Data structures in pure Gleam."
repository = { type = "github", user = "schurhammer", repo = "gleamy_structures" }
links = [{ title = "Website", href = "https://github.com/schurhammer/gleamy_structures" }]
[dependencies]
gleam_stdlib = "~> 0.29.0"
[dev-dependencies]
gleeunit = "~> 0.10.1"