Packages

A persistent cache for Gleam. Expensive to update, cheap to read.

Current section

Files

Jump to
capuchin_crypt gleam.toml
Raw

gleam.toml

name = "capuchin_crypt"
version = "1.0.0"
description = "A persistent cache for Gleam. Expensive to update, cheap to read."
licences = ["Apache-2.0"]
gleam = ">= 1.14.0"
[repository]
type = "github"
user = "halostatue"
repo = "capuchin_crypt"
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
glinter = ">= 2.15.0 and < 3.0.0"
[tools.glinter]
stats = true
[tools.glinter.rules]
ffi_usage = "warning"
function_complexity = "warning"
module_complexity = "warning"
[javascript.deno]
allow_read = ["gleam.toml", "test"]