abstreet/sim/Cargo.toml

17 lines
350 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" }
map_model = { path = "../map_model" }
petgraph = "0.4.13"
rand = "0.7.0"
rand_xorshift = "0.2.0"
serde = "1.0.98"
serde_derive = "1.0.98"