abstreet/updater/Cargo.toml

19 lines
424 B
TOML
Raw Normal View History

[package]
name = "updater"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2021"
[dependencies]
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
2021-02-04 05:13:06 +03:00
anyhow = "1.0.38"
flate2 = "1.0.20"
fs-err = "2.6.0"
futures-channel = { version = "0.3.12"}
geom = { path = "../geom" }
md5 = "0.7.0"
2021-11-01 22:46:57 +03:00
structopt = "0.3.23"
2021-02-04 05:33:06 +03:00
tokio = { version = "1.1.1", features = ["full"] }
walkdir = "2.3.1"