abstreet/traffic_seitan/Cargo.toml
Dustin Carlino 2ee2b991f4 Convert other non-UI things from CmdArgs to structopt. #745
structopt is forcing some hacks, but oh well.

There are some docs to update in the other repo, will get to that
soon...
2021-10-26 12:02:40 -07:00

16 lines
341 B
TOML

[package]
name = "traffic_seitan"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2021"
[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" }
structopt = "0.3.23"