elektrofoni/gleam.toml

26 lines
635 B
TOML

name = "elektrofoni"
version = "1.0.0"
target = "javascript"
gleam = ">= 0.33.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.34"
gleam_json = "~> 0.7"
gleam_http = "~> 3.5"
gleam_javascript = "~> 0.7"
gleam_fetch = "~> 0.3"
plinth = "~> 0.1"
varasto = "~> 2.0"
lustre = "~> 3.1"
birl = "~> 1.3"
[dev-dependencies]
gleeunit = "~> 1.0"