varasto/gleam.toml
2023-09-14 21:18:49 +03:00

20 lines
492 B
TOML

name = "varasto"
version = "1.0.0"
description = "Typed access to LocalStorage/SessionStorage in Gleam"
target = "javascript"
gleam = ">= 0.30.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.30"
plinth = ">= 0.1.2"
gleam_json = "~> 0.6"
[dev-dependencies]
gleeunit = "~> 0.10"