Current section
Files
Jump to
Current section
Files
midas_browser
gleam.toml
gleam.toml
name = "midas_browser"
version = "1.1.1"
target = "javascript"
description = "Run midas tasks in the browser."
licences = ["Apache-2.0"]
repository = { type = "github", user = "midas-framework", repo = "midas_browser" }
links = [{ title = "midas", href = "https://github.com/midas-framework/midas" }]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_fetch = ">= 1.0.1 and < 2.0.0"
gleam_javascript = ">= 0.11.0 and < 2.0.0"
midas = ">= 2.0.0 and < 3.0.0"
plinth = ">= 0.9.0 and < 1.0.0"
snag = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"