Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glacier"
version = "0.9.0"
gleam = ">= 0.30.0"
licences = ["Apache-2.0"]
description = "Glacier brings incremental interactive unit testing to Gleam. It is meant as a drop-in replacement for Gleeunit and depends and wraps a fork of it."
repository = { type = "github", user = "inoas", repo = "glacier" }
# links = [{ title = "Website", href = "https://gleam.run" }]
internal_modules = [
"glacier",
"glacier_demo",
"glacier_demo/*",
]
[dependencies]
fs = "~> 8.6"
glacier_gleeunit = "~> 0.11"
gleam_community_ansi = "~> 1.1"
gleam_erlang = "~> 0.18"
gleam_stdlib = "~> 0.29"
shellout = "~> 1.3"
[dev-dependencies]
[javascript.deno]
allow_read = ["./"]
allow_net = ["deno.land"]
allow_run = ["gleam"]
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENSE", path = "license.html", source = "LICENSE" },
]