initial commit
This commit is contained in:
10
backend/Cargo.toml
Normal file
10
backend/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "backend"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
ffmpeg-next = "8.0.0"
|
||||
futures-util = "0.3.31"
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
tokio-tungstenite = "0.28.0"
|
||||
Reference in New Issue
Block a user