mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
11 lines
307 B
TOML
11 lines
307 B
TOML
[package]
|
|
name = "traffic_signal_data"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
include_dir = { git = "https://github.com/dabreegster/include_dir", branch = "union" }
|
|
serde = { version = "1.0.123", features = ["derive"] }
|
|
serde_json = "1.0.61"
|