elektrofoni/gleam.toml

27 lines
635 B
TOML
Raw Normal View History

2023-10-08 09:53:43 +00:00
name = "elektrofoni"
version = "1.0.0"
target = "javascript"
2023-12-28 10:44:14 +00:00
gleam = ">= 0.33.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]
2023-12-28 10:44:14 +00:00
gleam_stdlib = "~> 0.34"
gleam_json = "~> 0.7"
2023-10-08 09:53:43 +00:00
gleam_http = "~> 3.5"
2023-12-28 10:44:14 +00:00
gleam_javascript = "~> 0.7"
gleam_fetch = "~> 0.3"
2023-10-08 09:53:43 +00:00
plinth = "~> 0.1"
2023-12-28 10:44:14 +00:00
varasto = "~> 2.0"
lustre = "~> 3.1"
birl = "~> 1.3"
2023-10-08 09:53:43 +00:00
[dev-dependencies]
2023-12-28 10:44:14 +00:00
gleeunit = "~> 1.0"