mirror of
https://github.com/v0l/route96.git
synced 2025-06-15 16:03:00 +00:00
feat: (WIP) range requests
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -1611,6 +1611,12 @@ dependencies = [
|
||||
"pin-project-lite",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "http-range-header"
|
||||
version = "0.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
|
||||
|
||||
[[package]]
|
||||
name = "httparse"
|
||||
version = "1.9.4"
|
||||
@ -2957,6 +2963,7 @@ dependencies = [
|
||||
"config",
|
||||
"ffmpeg-rs-raw",
|
||||
"hex",
|
||||
"http-range-header",
|
||||
"libc",
|
||||
"log",
|
||||
"mime2ext",
|
||||
|
Reference in New Issue
Block a user