11 lines
334 B
TOML
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"
|