Current section
Files
Jump to
Current section
Files
gleam.toml
name = "testbldr"
version = "1.1.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.34 or ~> 1.0"
gleam_erlang = "~> 0.23"
simplifile = "~> 1.0"