Packages
➗0️⃣❓Check gleam source code for potential division by zero (in your CI)
Current section
Files
Jump to
Current section
Files
check_maybe_div_by_zero
gleam.toml
gleam.toml
name = "check_maybe_div_by_zero"
version = "1.1.0"
description = "➗0️⃣❓Check gleam source code for potential division by zero (in your CI)"
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "check_maybe_div_by_zero" }
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENCE", path = "licence.html", source = "LICENCE" },
]
[dependencies]
gleam_stdlib = ">= 0.71.0 and < 2.0.0"
glance = ">= 0.11.0 and < 7.0.0"
argv = ">= 1.0.2 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
pprint = ">= 1.0.3 and < 2.0.0"