Packages

Interior mutability with subscriptions.

Current section

Files

Jump to
mut_cell gleam.toml
Raw

gleam.toml

name = "mut_cell"
version = "1.0.0"
description = "Interior mutability with subscriptions."
licences = ["MIT"]
repository = { type = "github", user = "Caleb-o", repo = "mut_cell" }
links = [{ title = "Github", href = "https://github.com/Caleb-o" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.1.0 and < 2.0.0"
gleam_time = ">= 1.4.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"