name = "varasto" version = "3.0.1" description = "Typed access to LocalStorage/SessionStorage in Gleam" target = "javascript" gleam = ">= 0.34.1 and <= 2.0.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.34.0 and <= 2.0.0" plinth = ">= 0.1.2" gleam_json = ">= 1.0.0 and <= 3.0.0" [dev-dependencies] gleeunit = "~> 1.2"