abstreet/sim/Cargo.toml

21 lines
479 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" }
derivative = "1.0.0"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
histogram = "0.6.9"
map_model = { path = "../map_model" }
2018-08-07 23:22:24 +03:00
more-asserts = "0.2.1"
petgraph = "0.4.13"
pretty_assertions = "0.6.1"
2019-02-11 02:53:24 +03:00
rand = { version = "0.6.5", features = ["serde1"] }
2019-01-11 21:27:26 +03:00
rand_xorshift = "0.1.1"
serde = "1.0.89"
serde_derive = "1.0.89"
structopt = "0.2.15"