abstreet/precompute/Cargo.toml

12 lines
267 B
TOML
Raw Normal View History

[package]
name = "precompute"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
2019-02-12 02:52:00 +03:00
map_model = { path = "../map_model" }
structopt = "0.2.15"
synthetic = { path = "../synthetic" }