Current section
Files
Jump to
Current section
Files
gleamy_structures
gleam.toml
gleam.toml
name = "gleamy_structures"
version = "1.2.0"
licences = ["Apache-2.0"]
description = "Data structures in pure Gleam! Including tree, heap, non empty list, map, set, and priority queue."
repository = { type = "github", user = "schurhammer", repo = "gleamy_structures" }
links = [{ title = "Website", href = "https://github.com/schurhammer/gleamy_structures" }]
[dependencies]
gleam_stdlib = "~> 0.37 or ~> 1.0"
[dev-dependencies]
gleamy_bench = ">= 0.4.0 and < 1.0.0"
gleeunit = "~> 1.0"