Current section
Files
Jump to
Current section
Files
gleamyshell
gleam.toml
gleam.toml
name = "gleamyshell"
version = "2.0.2"
description = "A cross-platform Gleam library for executing shell commands."
licences = ["MIT"]
gleam = ">= 1.0.0 and < 2.0.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENSE", path = "license.html", source = "LICENSE.md" },
]
[javascript.deno]
allow_read = true
allow_env = true
allow_run = true
allow_sys = true
[dependencies]
gleam_stdlib = ">= 0.37.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"