mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-29 12:43:38 +03:00
f64f411093
crate:: paths everywhere. not yet fiddling with 'extern crate's
17 lines
330 B
TOML
17 lines
330 B
TOML
[package]
|
|
name = "abstutil"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
lazy_static = "1.1.0"
|
|
log = "0.4.5"
|
|
multimap = "0.4.0"
|
|
rand = { version = "0.5.1", features = ["serde1"] }
|
|
serde = "1.0"
|
|
serde_cbor = "0.8.2"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
yansi = "0.4.0"
|