Current section

Files

Jump to
child_process gleam.toml
Raw

gleam.toml

name = "child_process"
version = "2.0.0"
description = "A Gleam library for spawning OS processes."
licences = ["BSD-3-Clause"]
repository = { type = "gitlab", user = "arkandos", repo = "child_process" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
splitter = ">= 1.2.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleescript = ">= 1.5.2 and < 2.0.0"