mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 17:37:22 +03:00
19 lines
515 B
TOML
19 lines
515 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" }
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
|
gag = "0.1.10"
|
|
geom = { path = "../geom" }
|
|
log = "0.4.5"
|
|
map_model = { path = "../map_model" }
|
|
rand = "0.6.4"
|
|
sim = { path = "../sim" }
|
|
structopt = "0.2"
|
|
termion = "1.5.1"
|