nigig-org/crates/apps/valhalla/valhalla-path/Cargo.toml
andodeki ab64708f57
Some checks failed
Payment domain and storage / isolated-payment-tests (push) Has been cancelled
feat(valhalla): implement phase 4 makepad ui integration and relocate valhalla suite under crates/apps/valhalla
2026-07-27 16:09:08 +00:00

14 lines
406 B
TOML

[package]
name = "valhalla-path"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Pure Rust pathfinding algorithms (A*, Bidirectional A*, DoubleBucketQueue, Matrix) for Valhalla routing engine."
[dependencies]
valhalla-core = { path = "../valhalla-core" }
valhalla-cost = { path = "../valhalla-cost" }
serde = { version = "1", features = ["derive"] }
[dev-dependencies]
serde_json = "1"