abstreet/traffic_seitan/Cargo.toml

16 lines
341 B
TOML
Raw Normal View History

[package]
name = "traffic_seitan"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2021"
[dependencies]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
2021-02-04 05:13:06 +03:00
log = "0.4.14"
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"
sim = { path = "../sim" }
structopt = "0.3.23"