elektrofoni/gleam.toml

26 lines
647 B
TOML

name = "elektrofoni"
version = "1.0.0"
target = "javascript"
gleam = ">= 1.4.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.40.0"
gleam_json = "~> 1.0"
gleam_http = "~> 3.5"
gleam_javascript = "0.11.0"
gleam_fetch = "~> 1.0"
plinth = "0.4.12"
varasto = ">= 3.0.1 and < 4.0.0"
lustre = "~> 4.3"
birl = "~> 1.7"
[dev-dependencies]
gleeunit = "~> 1.2"