Packages

Runtime independent GitHub Action tooling

Current section

Files

Jump to
pontil_core gleam.toml
Raw

gleam.toml

name = "pontil_core"
version = "2.0.0"
description = "Runtime independent GitHub Action tooling"
licences = ["Apache-2.0"]
gleam = ">= 1.14.0"
[repository]
type = "github"
user = "halostatue"
repo = "pontil"
path = "pontil_core"
tag_prefix = "pontil_core-"
[[documentation.pages]]
title = "Changelog"
path = "changelog.html"
source = "CHANGELOG.md"
[[links]]
title = "Licence"
href = "https://github.com/halostatue/pontil/blob/main/LICENCE.md"
[[links]]
title = "Security"
href = "https://github.com/halostatue/pontil/blob/main/SECURITY.md"
[[links]]
title = "Code of Conduct"
href = "https://github.com/halostatue/pontil/blob/main/CODE_OF_CONDUCT.md"
[[links]]
title = "Contributing"
href = "https://github.com/halostatue/pontil/blob/main/CONTRIBUTING.md"
[[links]]
title = "Sponsor"
href = "https://github.com/sponsors/halostatue"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
envoy = ">= 1.1.0 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
pontil_platform = ">= 1.0.0 and < 2.0.0"
gleam_crypto = ">= 1.6.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
glinter = ">= 2.15.0 and < 3.0.0"
take = ">= 1.0.0 and < 2.0.0"
[tools.glinter]
stats = true
[tools.glinter.rules]
ffi_usage = "error"
function_complexity = "warning"
module_complexity = "warning"
[tools.glinter.ignore]
"src/pontil_core_ffi.mjs" = ["ffi_usage"]
[javascript.deno]
allow_env = true
allow_write = ["test/_temp"]
allow_read = ["gleam.toml", "test"]