Packages

Run midas effects and tasks on the BEAM.

Current section

Files

Jump to
midas_beam gleam.toml
Raw

gleam.toml

name = "midas_beam"
version = "0.1.0"
description = "Run midas effects and tasks on the BEAM."
licences = ["Apache-2.0"]
repository = { type = "github", user = "crowdhailer", repo = "midas_beam" }
links = []
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
gleam_crypto = ">= 1.5.1 and < 2.0.0"
midas = ">= 2.0.0 and < 3.0.0"
mist = ">= 5.0.4 and < 6.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
shellout = ">= 1.8.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"