mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
bb669b7c1a
investigating why downtown has 45k live agents by 5pm... #368
25 lines
509 B
TOML
25 lines
509 B
TOML
[package]
|
|
name = "sim"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
ctrlc = { version = "3.1.7", optional = true }
|
|
downcast-rs = "1.2.0"
|
|
enum_dispatch = "0.3.3"
|
|
geom = { path = "../geom" }
|
|
instant = "0.1.7"
|
|
libm = "0.2.1"
|
|
log = "0.4.11"
|
|
map_model = { path = "../map_model" }
|
|
rand = "0.7.0"
|
|
rand_distr = "0.3.0"
|
|
rand_xorshift = "0.2.0"
|
|
serde = "1.0.116"
|
|
|
|
[[bin]]
|
|
name = "run_scenario"
|
|
required-features = ["ctrlc"]
|