mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
15 lines
320 B
TOML
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" }
|