mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
2972fef609
- Remove one of Holly's characters, since it's still unused - Exclude assets/music game from 54MB down to 31MB
12 lines
293 B
TOML
12 lines
293 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.89"
|
|
serde_derive = "1.0.98"
|
|
serde_json = "1.0.61"
|