abstreet/sim/Cargo.toml
2019-08-09 13:34:40 -07:00

19 lines
431 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"
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"