Current section
Files
Jump to
Current section
Files
gleam.toml
name = "rememo"
version = "3.0.0"
description = "Simple memoization for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "hunkyjimpjorps", repo = "rememo" }
internal_modules = [
"internal/*"
]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_otp = "~> 0.10"
gleam_erlang = "~> 0.25"
gleam_javascript = ">= 0.13.0 and < 1.0.0"
carpenter = ">= 0.3.1 and < 1.0.0"
youid = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"