下载二进制文件

This commit is contained in:
zqm
2026-04-08 11:29:57 +08:00
parent 07c91826d0
commit 0b931d57c9
3 changed files with 286 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ version = 4
name = "Updater"
version = "0.1.0"
dependencies = [
"base64",
"chrono",
"cube_lib",
"dirs",
@@ -57,6 +58,12 @@ version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bitflags"
version = "2.11.0"