Added Steam and Among Us process detection Added ability to auto-run the blessed build
27 lines
584 B
TOML
27 lines
584 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 = {version= "1.0.143", features = ["derive"]}
|
|
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"
|