abstreet/updater/Cargo.toml
Dustin Carlino 77709a24d6 Refactor a method to asynchronously download a file on native, with a simple progress bar. #523
Use it in the updater and all the importer tools. Only place it's not
used yet is parking_mapper and the in-game updater.  [rebuild]

Also make the RunCommand state understand the control code for erasing
the current line. It... sort of works.
2021-03-15 19:51:45 -07:00

16 lines
346 B
TOML

[package]
name = "updater"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
anyhow = "1.0.38"
flate2 = "1.0.20"
geom = { path = "../geom" }
md5 = "0.7.0"
tokio = { version = "1.1.1", features = ["full"] }
walkdir = "2.3.1"