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