excalidraw flow and basic rust ws

This commit is contained in:
2026-04-30 17:56:57 +00:00
parent 1ac0909c21
commit 7d579faa82
7 changed files with 2859 additions and 29 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "test_world"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
tokio-tungstenite = { version = "0.24", features = ["native-tls"] }
futures-util = "0.3"
url = "2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
redis = "0.25.0"