Current section
Files
Jump to
Current section
Files
gleam.toml
name = "crossbar"
version = "1.3.2"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
description = "Experimental data validation library in pure Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "aosasona", repo = "crossbar" }
# links = [{ title = "Website", href = "https://gleam.run" }]
internal_modules = [
"crossbar/internal/*"
]
[dependencies]
gleam_stdlib = "~> 0.34"
gleam_json = "~> 0.7 or ~> 1.0"
[dev-dependencies]
gleeunit = "~> 1.0"