initial commit

This commit is contained in:
2025-12-28 01:52:52 +09:00
commit 6deb4254b7
20 changed files with 1229 additions and 0 deletions

10
backend/Cargo.toml Normal file
View 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"