Some checks failed
Payment domain and storage / isolated-payment-tests (push) Has been cancelled
14 lines
406 B
TOML
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"
|