[package]
edition = "2024"
name = "astar_lib"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Star algorithm for two dimensional navigations graphs."
readme = "README.md"
keywords = [
"gamedev",
"graphs",
"navigation",
]
license = "MIT"
repository = "https://github.com/Carbonfreezer/Rust-A-Star"
[lib]
name = "astar_lib"
path = "src/lib.rs"
[dev-dependencies.glume]
version = "0.7.2"
[dev-dependencies.rand]
version = "0.9.2"