This commit is contained in:
PIVODEVAT
2025-12-13 21:43:14 +03:00
commit 059fbda921
15 changed files with 66684 additions and 0 deletions

17
Cargo.toml Normal file
View File

@ -0,0 +1,17 @@
[package]
name = "blackwriter-server"
version = "0.1.0"
edition = "2024"
[dependencies]
argon2 = "0.5.3"
axum = "0.8.7"
dashmap = "6.1.0"
jsonwebtoken = "10.2.0"
mediasoup = "0.20.0"
rand = "0.9.2"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.48.0", features = ["full"] }
tokio-tungstenite = "0.28.0"
uuid = "1.19.0"