Packages

A Gleam package to help you thread state through a series of steps.

Current section

Files

Jump to
eval gleam.toml
Raw

gleam.toml

name = "eval"
version = "0.1.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
description = "A Gleam package to help you thread state through a series of steps."
repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-eval" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.20"
[dev-dependencies]
gleeunit = "~> 0.6"