mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-27 16:36:02 +03:00
18 lines
428 B
TOML
18 lines
428 B
TOML
[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"
|