mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 17:37:22 +03:00
12 lines
221 B
TOML
12 lines
221 B
TOML
[package]
|
|
name = "collisions"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
geom = { path = "../geom" }
|
|
kml = { path = "../kml" }
|
|
log = "0.4.11"
|
|
serde = "1.0.116"
|