mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
23 lines
570 B
TOML
23 lines
570 B
TOML
[package]
|
|
name = "map_model"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstio = { path = "../abstio" }
|
|
abstutil = { path = "../abstutil" }
|
|
anyhow = "1.0.38"
|
|
enumset = { version = "1.0.3", features=["serde"] }
|
|
fast_paths = { git = "https://github.com/easbar/fast_paths" }
|
|
geom = { path = "../geom" }
|
|
log = "0.4.14"
|
|
nbez = "0.1.0"
|
|
petgraph = "0.5.1"
|
|
rand = "0.8.3"
|
|
rand_xorshift = "0.3.0"
|
|
serde = "1.0.123"
|
|
serde_json = "1.0.61"
|
|
thread_local = "1.1.2"
|
|
traffic_signal_data = { path = "../traffic_signal_data" }
|