11 lines
205 B
TOML
11 lines
205 B
TOML
[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"
|