add hash check

This commit is contained in:
2023-06-10 12:38:21 +02:00
parent f60555a442
commit 872bad1b25
4 changed files with 197 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "alterware-launcher"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
build = "res/build.rs"
@@ -14,6 +14,10 @@ panic = "abort"
http_req = { version = "0.9.0", default-features = false, features = [
"rust-tls",
] }
sha1_smol = "1.0.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
rand = "0.8.5"
[build-dependencies]
winres = "0.1.12"