abstreet/sim/Cargo.toml
2019-06-13 14:46:28 -07:00

20 lines
459 B
TOML

[package]
name = "sim"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
derivative = "1.0.0"
geom = { path = "../geom" }
map_model = { path = "../map_model" }
more-asserts = "0.2.1"
petgraph = "0.4.13"
pretty_assertions = "0.6.1"
rand = { version = "0.6.5", features = ["serde1"] }
rand_xorshift = "0.1.1"
serde = "1.0.89"
serde_derive = "1.0.89"
structopt = "0.2.15"