abstreet/benchmark_pathfinding/Cargo.toml

18 lines
428 B
TOML
Raw Normal View History

[package]
name = "benchmark_pathfinding"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
cpuprofiler = "0.0.3"
geom = { path = "../geom" }
map_model = { path = "../map_model" }
petgraph = { version = "0.4.13", features = ["serde-1"] }
rand = "0.6.5"
rand_xorshift = "0.1.1"
serde = "1.0.89"
serde_derive = "1.0.89"
structopt = "0.2.15"