Packages

A generic state machine package for Gleam

Current section

Files

Jump to
statemachine gleam.toml
Raw

gleam.toml

name = "statemachine"
version = "1.0.0"
description = "A generic state machine package for Gleam"
licences = ["MIT"]
repository = { type = "github", user = "renatillas", repo = "statemachine" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_time = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"