mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 03:41:09 +03:00
1f0da47fff
* remove unzip, md5, and curl shell dependencies * update comment * simplify reqwest call * remove unecessary result return * address PR comments * fix md5 chunk reading * remove unnecessary indexing
13 lines
243 B
TOML
13 lines
243 B
TOML
[package]
|
|
name = "updater"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
md5 = "0.7.0"
|
|
reqwest = "0.10"
|
|
tokio = { version = "0.2", features = ["full"] }
|
|
walkdir = "2.3.1"
|
|
zip = "0.5.5"
|