varasto/gleam.toml

21 lines
491 B
TOML
Raw Permalink Normal View History

2023-09-14 18:18:49 +00:00
name = "varasto"
2023-12-27 21:06:28 +00:00
version = "2.0.0"
2023-09-14 18:18:49 +00:00
description = "Typed access to LocalStorage/SessionStorage in Gleam"
target = "javascript"
2023-12-27 21:06:28 +00:00
gleam = ">= 0.33.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"]
repository = { type = "gitlab", user = "Nicd", repo = "varasto" }
links = []
[dependencies]
2023-12-27 21:06:28 +00:00
gleam_stdlib = "~> 0.34"
2023-09-14 18:18:49 +00:00
plinth = ">= 0.1.2"
gleam_json = "~> 0.6"
[dev-dependencies]
2023-12-27 21:06:28 +00:00
gleeunit = "~> 1.0"