abstreet/sumo/Cargo.toml
Dustin Carlino 6f5f001406 Address SUMO PR comments and also rebase. Mainly:
- use an enum for vehicle types
- distinguish lane and internal lane IDs
2021-01-05 12:44:38 -08:00

15 lines
357 B
TOML

[package]
name = "sumo"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
anyhow = "1.0.37"
geom = { path = "../geom" }
map_model = { path = "../map_model" }
quick-xml = { version = "0.20.0", features=["serialize"] }
serde = "1.0.116"