Current section
Files
Jump to
Current section
Files
gleam.toml
name = "hstack"
version = "1.0.0"
description = "A heterogeneous stack data structure for Gleam."
licences = ["MIT"]
repository = { type = "github", user = "willmartian", repo = "hstack" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"