Export function to decomp.me scratch (beta)

This commit is contained in:
2024-01-20 22:53:40 -07:00
parent e88a58ba39
commit c2fcf2797b
12 changed files with 277 additions and 30 deletions

11
Cargo.lock generated
View File

@@ -2537,6 +2537,16 @@ version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "mime_guess2"
version = "2.0.5"
@@ -3403,6 +3413,7 @@ dependencies = [
"js-sys",
"log",
"mime",
"mime_guess",
"native-tls",
"once_cell",
"percent-encoding",