Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gleeunit"
version = "0.10.1"
licences = ["Apache-2.0"]
description = "Gleam bindings to Erlang's EUnit test framework"
[javascript.deno]
allow_read = [
"gleam.toml",
"test",
"build",
]
[dependencies]
gleam_stdlib = "~> 0.19"
[dev-dependencies]
# some_test_package = "~> 1.0.0"