abstreet/tests/Cargo.toml

12 lines
333 B
TOML
Raw Normal View History

[package]
name = "tests"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
gag = "0.1.10"
geom = { path = "../geom" }
sim = { path = "../sim" }
2018-11-24 01:59:18 +03:00
yansi = "0.4.0"