Initial implementation: relay server + common protocol + client stub
This commit is contained in:
commit
7285a33cff
17 changed files with 926 additions and 0 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"crates/common",
|
||||
"crates/server",
|
||||
"crates/client",
|
||||
]
|
||||
resolver = "2"
|
||||
Loading…
Add table
Add a link
Reference in a new issue