elektrofoni/gleam.toml

26 lines
620 B
TOML
Raw Normal View History

2023-10-08 09:53:43 +00:00
name = "elektrofoni"
version = "1.0.0"
target = "javascript"
2023-11-04 12:39:56 +00:00
gleam = ">= 0.32.0"
2023-10-08 09:53:43 +00:00
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.31"
lustre = "~> 3.0"
gleam_json = "~> 0.6"
gleam_http = "~> 3.5"
gleam_javascript = "~> 0.6"
gleam_fetch = "~> 0.2"
plinth = "~> 0.1"
varasto = "~> 1.0"
[dev-dependencies]
gleeunit = "~> 0.10"