nigig-org/crates/apps/valhalla/valhalla-narrative/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

15 lines
449 B
TOML

[package]
name = "valhalla-narrative"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Pure Rust maneuver construction, turn-by-turn directions, and narrative formatting (Odin) for Valhalla."
[dependencies]
valhalla-core = { path = "../valhalla-core" }
valhalla-cost = { path = "../valhalla-cost" }
valhalla-path = { path = "../valhalla-path" }
serde = { version = "1", features = ["derive"] }
[dev-dependencies]
serde_json = "1"