abstreet/sim/Cargo.toml
2020-02-15 16:19:23 -08:00

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