Current section
Files
Jump to
Current section
Files
gleam.toml
name = "varasto"
version = "3.0.2"
description = "Typed access to LocalStorage/SessionStorage in Gleam"
target = "javascript"
gleam = ">= 1.9.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "varasto" }
links = []
[dependencies]
gleam_stdlib = ">= 0.60.0 and <= 2.0.0"
plinth = ">= 0.6.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = "~> 1.2"