abstreet/sim/Cargo.toml

20 lines
401 B
TOML
Raw Normal View History

[package]
name = "sim"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
2020-09-24 19:36:26 +03:00
downcast-rs = "1.2.0"
enum_dispatch = "0.3.3"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
2020-09-24 19:36:26 +03:00
instant = "0.1.7"
libm = "0.2.1"
2020-09-24 19:36:26 +03:00
log = "0.4.11"
map_model = { path = "../map_model" }
rand = "0.7.0"
2020-09-24 19:36:26 +03:00
rand_distr = "0.3.0"
2020-04-12 05:07:48 +03:00
rand_xorshift = "0.2.0"
2020-09-24 19:36:26 +03:00
serde = "1.0.116"