mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
18 lines
417 B
TOML
18 lines
417 B
TOML
[package]
|
|
name = "tests"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
abstio = { path = "../abstio" }
|
|
abstutil = { path = "../abstutil" }
|
|
anyhow = "1.0.38"
|
|
convert_osm = { path = "../convert_osm" }
|
|
fs-err = "2.6.0"
|
|
geom = { path = "../geom" }
|
|
map_model = { path = "../map_model" }
|
|
rand = "0.8.3"
|
|
sim = { path = "../sim" }
|
|
synthpop = { path = "../synthpop" }
|