nigig-org/crates/apps/valhalla/valhalla-diff/Cargo.toml
andodeki 5ef0b3a839
Some checks failed
Payment domain and storage / isolated-payment-tests (push) Has been cancelled
feat(valhalla): implement phase 6 OSM PBF parser, contraction hierarchy shortcuts, and golden differential parity suite
2026-07-27 16:27:32 +00:00

20 lines
682 B
TOML

[package]
name = "valhalla-diff"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Pure Rust differential parity and golden route integration test suite for Valhalla."
[dependencies]
valhalla-core = { path = "../valhalla-core" }
valhalla-cost = { path = "../valhalla-cost" }
valhalla-path = { path = "../valhalla-path" }
valhalla-search = { path = "../valhalla-search" }
valhalla-match = { path = "../valhalla-match" }
valhalla-narrative = { path = "../valhalla-narrative" }
valhalla-service = { path = "../valhalla-service" }
valhalla-builder = { path = "../valhalla-builder" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]