added client for testing connection and events

This commit is contained in:
2025-11-15 14:44:44 +01:00
parent 83a73ed34c
commit e599722e45
2 changed files with 212 additions and 0 deletions

View File

@@ -14,3 +14,7 @@ url = "2.5.7"
uuid = {version = "1.18.1", features = ["v4", "serde"] }
anyhow = "1.0.100"
rand = "0.9.2"
[[bin]]
name = "client"
path = "src/bin/client.rs"