mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 03:41:09 +03:00
27 lines
695 B
TOML
27 lines
695 B
TOML
[package]
|
|
name = "sim"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
backtrace = "0.3.9"
|
|
derivative = "1.0.0"
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
|
geom = { path = "../geom" }
|
|
lazy_static = "1.1.0"
|
|
log = "0.4.5"
|
|
map_model = { path = "../map_model" }
|
|
more-asserts = "0.2.1"
|
|
multimap = "0.4.0"
|
|
ordered-float = "1.0.1"
|
|
pretty_assertions = "0.5.1"
|
|
rand = { version = "0.6.4", features = ["serde1"] }
|
|
rand_xorshift = "0.1.1"
|
|
rayon = "1.0"
|
|
regex = "1.0.6"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
structopt = "0.2"
|