abstreet/headless/Cargo.toml

14 lines
299 B
TOML
Raw Normal View History

[package]
name = "headless"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
2018-08-09 21:10:36 +03:00
abstutil = { path = "../abstutil" }
2019-02-27 01:12:11 +03:00
geom = { path = "../geom" }
map_model = { path = "../map_model" }
rand = "0.7.0"
rand_xorshift = "0.2.0"
sim = { path = "../sim" }