Current section

Files

Jump to
showtime gleam.toml
Raw

gleam.toml

name = "showtime"
gleam = ">= 0.30.0"
version = "0.2.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
description = "A Gleam Testing Framework"
repository = { type = "github", user = "JohnBjrk", repo = "showtime" }
# links = [{ title = "Website", href = "https://gleam.run" }]
target = "erlang"
[dependencies]
gleam_stdlib = "~> 0.29"
gleam_erlang = "~> 0.19"
gleam_otp = "~> 0.5"
gleam_community_ansi = "~> 1.1"
glint = "~> 0.12-rc5"
gap = "~> 0.7"
snag = "~> 0.2"
[dev-dependencies]
gleeunit = "~> 0.10"
[javascript.deno]
allow_read = ["./"]