mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
18 lines
392 B
TOML
18 lines
392 B
TOML
[package]
|
|
name = "tests"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
convert_osm = { path = "../convert_osm" }
|
|
gag = "0.1.10"
|
|
geom = { path = "../geom" }
|
|
map_model = { path = "../map_model" }
|
|
rand = "0.6.5"
|
|
rand_xorshift = "0.1.1"
|
|
sim = { path = "../sim" }
|
|
structopt = "0.2.15"
|
|
termion = "1.5.1"
|