Current section

Files

Jump to
yog gleam.toml
Raw

gleam.toml

name = "yog"
version = "6.0.0"
targets = ["erlang", "javascript"]
description = "A comprehensive graph algorithm and network analysis library for Gleam."
licences = ["Apache-2.0"]
repository = { type = "github", user = "code-shoily", repo = "yog" }
# Package metadata for better discoverability
links = [
{ title = "Repository", href = "https://github.com/code-shoily/yog" },
{ title = "Documentation", href = "https://hexdocs.pm/yog" },
]
[dependencies]
gleam_stdlib = ">= 0.69.0 and < 1.0.0"
prng = ">= 5.1.0 and < 6.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.0 and < 2.0.0"
gleamy_bench = ">= 0.6.0 and < 1.0.0"
[javascript]
typescript_declarations = true