Current section

Files

Jump to
showtime gleam.toml
Raw

gleam.toml

name = "showtime"
version = "0.1.5"
# 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.28"
gleam_erlang = "~> 0.18"
gleam_otp = "~> 0.5"
gleam_community_ansi = "~> 1.1"
glint = "~> 0.11"
gap = "~> 0.4"
snag = "~> 0.2"
[dev-dependencies]
gleeunit = "~> 0.10"
[javascript.deno]
allow_read = ["./"]