mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 03:41:09 +03:00
13 lines
311 B
TOML
13 lines
311 B
TOML
[package]
|
|
name = "updater"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
md5 = "0.7.0"
|
|
reqwest = { version = "0.10.8", default-features=false, features=["rustls-tls"] }
|
|
tokio = { version = "0.2.22", features = ["full"] }
|
|
walkdir = "2.3.1"
|
|
zip = "0.5.8"
|