Current section
Files
Jump to
Current section
Files
gleam.toml
name = "sluice"
version = "1.0.0" # x-release-please-version
description = "Stage pipelines for Gleam, with demand control and backpressure"
licences = ["Apache-2.0"]
repository = { type = "github", user = "leonqadirie", repo = "sluice" }
gleam = ">= 1.18.0"
target = "erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_deque = ">= 1.0.0 and < 2.0.0"
gleam_yielder = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
glinter = ">= 2.19.2 and < 3.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"