- Rust axum signaling server with WebSocket support - Lit + TypeScript frontend with Vite - Redis session storage with TTL - WebRTC transport and crypto client stubs - Phase1 architecture plan in plans/ - Deploy directory structure prepared
4 lines
48 B
TOML
4 lines
48 B
TOML
[workspace]
|
|
members = ["server"]
|
|
resolver = "2"
|