Current section

Files

Jump to
midas gleam.toml
Raw

gleam.toml

name = "midas"
version = "1.2.0"
target = "javascript"
description = "Task definition and runners for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "midas-framework", repo = "midas" }
links = []
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
snag = ">= 0.3.0 and < 1.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_json = ">= 1.0.0 and < 3.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"