infiniyield/gleam.toml
2025-08-09 18:40:17 +10:00

11 lines
334 B
TOML

name = "infiniyield"
version = "1.0.0"
description = "Infinitely unfold values on-demand from a function"
licences = ["Apache-2.0"]
repository = { type = "forgejo", host = "git.7cs.dev", user = "lily", repo = "infiniyield" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"