[package]
name = "flatland-pathfinding"
description = "Shared grid A* pathfinding for Flatland3 clients and sim"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
readme = "README.md"
keywords = ["game", "pathfinding", "astar"]
categories = ["game-development", "algorithms"]
[dependencies]
flatland-protocol.workspace = true