Implement /api/start/assetHash

This commit is contained in:
Ethan O'Brien
2024-02-23 09:59:55 -06:00
parent f9eded5674
commit f48ae94c0e
8 changed files with 953 additions and 35 deletions

8
Cargo.lock generated
View File

@ -483,7 +483,9 @@ version = "0.0.1"
dependencies = [
"actix-web",
"base64",
"json",
"openssl",
"rand",
"reqwest",
]
@ -757,6 +759,12 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
[[package]]
name = "language-tags"
version = "0.3.2"