Packages

Compose stateful actions to simulate mutable state

Current section

Files

Jump to
act gleam.toml
Raw

gleam.toml

name = "act"
version = "0.1.0"
description = "Compose stateful actions to simulate mutable state"
licences = ["Apache-2.0"]
repository = { type = "github", user = "MystPi", repo = "act" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"