abstreet/traffic_signal_data/Cargo.toml
2021-02-03 18:13:06 -08:00

11 lines
270 B
TOML

[package]
name = "traffic_signal_data"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
include_dir = { git = "https://github.com/dabreegster/include_dir", branch = "union" }
serde = "1.0.123"
serde_json = "1.0.61"