[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"