varasto/gleam.toml
2024-03-02 14:25:35 +02:00

20 lines
503 B
TOML

name = "varasto"
version = "3.0.0"
description = "Typed access to LocalStorage/SessionStorage in Gleam"
target = "javascript"
gleam = "~> 0.34.1 or ~> 1.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 = "gitlab", user = "Nicd", repo = "varasto" }
links = []
[dependencies]
gleam_stdlib = "~> 0.34"
plinth = ">= 0.1.2"
gleam_json = "~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"