abstreet/Cargo.toml
Dustin Carlino 576e64e246 Consolidate integration tests from the map_tests crate and some of the
stuff smushed into game for some reason
2020-11-05 12:42:52 -08:00

27 lines
533 B
TOML

[workspace]
members = [
"abstutil",
"convert_osm",
"game",
"geom",
"headless",
"importer",
"kml",
"map_editor",
"map_model",
"sim",
"tests",
"traffic_seitan",
"updater",
"widgetry",
"widgetry_demo",
]
# See https://doc.rust-lang.org/cargo/reference/profiles.html#overrides. This
# compiles all external dependencies as release mode, yielding great runtime
# speed, but only paying the cost of slow compilation once (since we don't
# update dependencies often).
[profile.dev.package."*"]
opt-level = 3