Initial version of stream command

This commit is contained in:
Marcin Kulik
2024-02-07 14:05:00 +01:00
parent 781f97f40d
commit e742183159
13 changed files with 4036 additions and 25 deletions

View File

@@ -26,3 +26,10 @@ which = "5.0.0"
tempfile = "3.9.0"
scraper = { version = "0.15.0", default-features = false }
avt = "0.9.0"
axum = { version = "0.7.4", features = ["ws"] }
tokio = { version = "1.35.1", features = ["full"] }
futures-util = "0.3.30"
tokio-stream = { version = "0.1.14", features = ["sync"] }
rust-embed = "8.2.0"
mime_guess = "2.0.4"
tower-http = "0.5.1"