Packages

A library for programatically building and running test cases

Current section

Files

Jump to
testbldr gleam.toml
Raw

gleam.toml

name = "testbldr"
version = "0.3.0"
description = "A library for programatically building and running test cases"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
repository = { type = "github", user = "bcpeinhardt", repo = "testbldr" }
gleam = ">= 0.32.0"
dev-dependencies = { gleeunit = "~> 1.0", gleam_json = "~> 0.7"}
# links = [{ title = "Website", href = "https://gleam.run" }]
[dependencies]
gleam_stdlib = "~> 0.32"
gleam_community_ansi = "~> 1.2"
gleam_erlang = "~> 0.23"