Packages

Mist adapter for managed Quasar request execution

Current section

Files

Jump to
quasar_mist gleam.toml
Raw

gleam.toml

name = "quasar_mist"
version = "0.3.0"
gleam = ">= 1.18.0"
target = "erlang"
description = "Mist adapter for managed Quasar request execution"
licences = ["Apache-2.0"]
repository = { type = "github", user = "otavioabreu27", repo = "quasar" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
mist = ">= 6.0.0 and < 7.0.0"
quasar_jobs = ">= 0.3.0 and < 0.4.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
wisp = ">= 2.0.0 and < 3.0.0"