mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-30 18:24:04 +03:00
11 lines
209 B
TOML
11 lines
209 B
TOML
[package]
|
|
name = "control"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
dimensioned = "0.6.0"
|
|
map_model = { path = "../map_model" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|