Initial implementation: relay server + common protocol + client stub

This commit is contained in:
Helios 2026-03-02 18:03:46 +01:00
commit 7285a33cff
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
17 changed files with 926 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[workspace]
members = [
"crates/common",
"crates/server",
"crates/client",
]
resolver = "2"