Files
town-of-us-updater/Cargo.toml
Ian Mason 399b975aaf Version 4.1.0
Split AppData logic to its own, large, file

Add Steam detection on Windows

Added asynchronous installation of mod to make GUI responsive
2023-01-31 22:18:17 -08:00

26 lines
532 B
TOML

[package]
name = "town-of-us-updater"
version = "4.1.0"
edition = "2021"
build = "src/build.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zip = "0.6.2"
regex = "1.5"
fs_extra = "1.2.0"
dirs = "4.0.0"
reqwest = {version = "0.11.11", features = ["blocking"]}
serde_json = "1.0"
md-5 = "0.10.5"
tokio = {version="1", features=["full"]}
registry = "1"
egui = "0.20.1"
eframe = "0.20.1"
rfd = "0.10"
tasklist = "0.2.12"
[build-dependencies]
embed-resource = "1.6"