mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
2ee2b991f4
structopt is forcing some hacks, but oh well. There are some docs to update in the other repo, will get to that soon...
16 lines
341 B
TOML
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"
|