varasto/gleam.toml

21 lines
560 B
TOML
Raw Normal View History

2023-09-14 18:18:49 +00:00
name = "varasto"
2024-08-18 10:44:19 +00:00
version = "3.0.1"
2023-09-14 18:18:49 +00:00
description = "Typed access to LocalStorage/SessionStorage in Gleam"
target = "javascript"
2024-08-18 10:44:19 +00:00
gleam = ">= 0.34.1 and <= 2.0.0"
2023-09-14 18:18:49 +00:00
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["MIT"]
2024-08-18 10:44:19 +00:00
repository = { type = "forgejo", host = "git.ahlcode.fi", user = "nicd", repo = "varasto" }
2023-09-14 18:18:49 +00:00
links = []
[dependencies]
2024-08-18 10:44:19 +00:00
gleam_stdlib = ">= 0.34.0 and <= 2.0.0"
2023-09-14 18:18:49 +00:00
plinth = ">= 0.1.2"
2024-08-18 10:44:19 +00:00
gleam_json = ">= 1.0.0 and <= 3.0.0"
2023-09-14 18:18:49 +00:00
[dev-dependencies]
2024-08-18 10:44:19 +00:00
gleeunit = "~> 1.2"