feat: add mp4_parser

This commit is contained in:
Wanjohi
2024-01-31 09:09:33 +03:00
parent d9d5083a49
commit d00c3383e0
4 changed files with 185 additions and 93 deletions

23
Cargo.lock generated
View File

@@ -2158,6 +2158,28 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
dependencies = [
"getrandom",
"rand",
"uuid-macro-internal",
]
[[package]]
name = "uuid-macro-internal"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7abb14ae1a50dad63eaa768a458ef43d298cd1bd44951677bd10b732a9ba2a2d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "valuable"
version = "0.1.0"
@@ -2211,6 +2233,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"url",
"uuid",
"webtransport-quinn",
]