abstreet/abstutil/Cargo.toml
Dustin Carlino 09af9e6cda removing the log crate completely. remove the DisplayLogs plugin, since
it's unused and unclear how it should work going forwards
2019-02-20 11:56:54 -08:00

17 lines
341 B
TOML

[package]
name = "abstutil"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
bincode = "1.1.1"
lazy_static = "1.1.0"
multimap = "0.4.0"
procfs = "0.4.4"
rand = { version = "0.6.5", features = ["serde1"] }
rand_xorshift = "0.1.1"
serde = "1.0.87"
serde_derive = "1.0"
serde_json = "1.0"