Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glychee"
version = "1.1.3"
licences = ["MPL-2.0"]
description = "Glychee Benchmark - Simple Gleam Benchmarking on Erlang via Elixir's Benchee"
repository = { type = "github", user = "inoas", repo = "glychee" }
target = "erlang"
gleam = ">= 1.15.4"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENSE", path = "license.html", source = "LICENSE" },
]
[dependencies]
benchee = ">= 1.5.0 and < 2.0.0"