Current section
Files
Jump to
Current section
Files
novdom_testing
gleam.toml
gleam.toml
name = "novdom_testing"
version = "0.1.1"
target = "javascript"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Testing utilities for the novdom fromework"
licences = ["MIT"]
repository = { type = "github", user = "TobiasBinnewies", repo = "novdom-testing" }
# links = [{ title = "Website", href = "https://gleam.run" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
internal_modules = ["novdom_testing/internals", "novdom_testing/internals/*"]
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
novdom = ">= 0.2.0 and < 1.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"