feat(depot): initial work for depot

This commit is contained in:
2023-12-15 09:15:30 +07:00
parent 591373fd52
commit ba93bdbb91
14 changed files with 902 additions and 489 deletions

7
src-tauri/Cargo.lock generated
View File

@@ -2188,6 +2188,12 @@ dependencies = [
"pin-project-lite",
]
[[package]]
name = "http-range"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
[[package]]
name = "httparse"
version = "1.8.0"
@@ -4962,6 +4968,7 @@ dependencies = [
"gtk",
"heck",
"http",
"http-range",
"jni",
"libc",
"log",