abstreet/traffic_signal_data/Cargo.toml
Dustin Carlino 2972fef609 Trim wasm size for #377
- Remove one of Holly's characters, since it's still unused
- Exclude assets/music

game from 54MB down to 31MB
2021-01-08 17:41:53 -08:00

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"