elektrofoni/gleam.toml

25 lines
620 B
TOML

name = "elektrofoni"
version = "1.0.0"
target = "javascript"
gleam = ">= 0.32.0"
# 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"
gleam_json = "~> 0.6"
gleam_http = "~> 3.5"
gleam_javascript = "~> 0.6"
gleam_fetch = "~> 0.2"
plinth = "~> 0.1"
varasto = "~> 1.0"
lustre = "~> 3.0"
[dev-dependencies]
gleeunit = "~> 0.10"