feat: add frame caching demo documentation
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "video-process-backend"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = "0.8"
|
||||
http = "1"
|
||||
tokio = { version = "1", features = ["fs", "macros", "net", "rt-multi-thread"] }
|
||||
tokio-util = { version = "0.7", features = ["io"] }
|
||||
tower-http = { version = "0.6", features = ["cors"] }
|
||||
Reference in New Issue
Block a user