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
crates/client/src/main.rs
Normal file
7
crates/client/src/main.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// helios-client — Phase 2 (not yet implemented)
|
||||
// See crates/client/README.md for the planned implementation.
|
||||
|
||||
fn main() {
|
||||
eprintln!("helios-client is not yet implemented. See crates/client/README.md.");
|
||||
std::process::exit(1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue