Packages

A generic searching/pathfinding algorithm library for the Gleam programming language

Current section

Files

Jump to
Raw

gleam.toml

name = "gwg_pathfinding"
version = "1.0.0"
description = "A generic searching/pathfinding algorithm library for the Gleam programming language"
licences = ["MIT"]
repository = { type = "codeberg", user = "gwg", repo = "pathfinding" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"