Files
webtransport-video/backend/Cargo.toml
2025-12-28 01:52:52 +09:00

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"