Current section
Files
Jump to
Current section
Files
qcheck_gleeunit_utils
gleam.toml
gleam.toml
name = "qcheck_gleeunit_utils"
version = "1.0.0"
description = "Utility functions for working with Gleam's gleeunit test framework"
licences = ["Apache-2.0", "MIT"]
repository = { type = "github", user = "mooreryan", repo = "qcheck_gleeunit_utils" }
links = [
{ title = "gleeunit", href = "https://github.com/lpil/gleeunit" },
{ title = "qcheck", href = "https://github.com/mooreryan/gleam_qcheck" },
]
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]