abstreet/traffic_seitan/Cargo.toml
2021-02-03 18:13:06 -08:00

15 lines
320 B
TOML

[package]
name = "traffic_seitan"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
geom = { path = "../geom" }
log = "0.4.14"
map_model = { path = "../map_model" }
rand = "0.8.3"
rand_xorshift = "0.3.0"
sim = { path = "../sim" }