2020-10-02 04:24:35 +03:00
|
|
|
[package]
|
|
|
|
name = "traffic_seitan"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
2021-10-21 19:38:06 +03:00
|
|
|
edition = "2021"
|
2020-10-02 04:24:35 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
abstutil = { path = "../abstutil" }
|
|
|
|
geom = { path = "../geom" }
|
2021-02-04 05:13:06 +03:00
|
|
|
log = "0.4.14"
|
2020-10-02 04:24:35 +03:00
|
|
|
map_model = { path = "../map_model" }
|
2021-02-04 05:13:06 +03:00
|
|
|
rand = "0.8.3"
|
2021-01-04 06:48:03 +03:00
|
|
|
rand_xorshift = "0.3.0"
|
2020-10-02 04:24:35 +03:00
|
|
|
sim = { path = "../sim" }
|
2021-10-26 22:02:40 +03:00
|
|
|
structopt = "0.3.23"
|