Initial implementation: relay server + common protocol + client stub
This commit is contained in:
commit
7285a33cff
17 changed files with 926 additions and 0 deletions
10
crates/client/Cargo.toml
Normal file
10
crates/client/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "helios-client"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# Phase 2 — Windows client (not yet implemented)
|
||||
# See README.md in this crate for the planned implementation.
|
||||
|
||||
[dependencies]
|
||||
helios-common = { path = "../common" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue